Mini Tasks
Password Generator
Password Generator For this challenge, we will use a Python script to generate a random…
Rock paper Scissors
Rock paper Scissors Create a new file, rps.py. Then enter the following: import random Experienced…
Basic Guessing Game
Basic Guessing Game Today we are going to make an interactive guessing game in Python….
Menu for Mini Tasks
Using your Python knowledge Create a menu where users can choose between the three mini tasks.
You should create each of the tasks as different functions in your code.
Use the users input from your menu to decide which function to run.
Add functionality so that the users returns to the menu once the mini task is closed.