Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.08 KB

Python 50 Exercise 🔥

PDF for the book

  1. A username is accepted and the user is asked to guess a number. The user will get 10 guesses. With every guess the interpreter will tell whether the guess is higher than or lower than the expected value.

  1. A password will be generated with the following Program.

Table of Contents:

Question Number Program Output
1 Code Output
24 Code Output Not Available
27 Code Output
5 Code Output
8 Code Output

Requirements:

python 3.7 or above.