HackClubNUV / Python-50-Exercises

This repo will be having 50 Exercises you can workout with Python.
1 stars 6 forks source link

Python 50 Exercise :fire:

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.

27) 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.