Python Mini Project For Beginners December 18, 2024 by Sameer Raza secret_no = 7chance_count = 0chance_limit = 3while chance_count < chance_limit: guess = int(input('Guess :')) chance_count += 1 if guess == secret_no : print ("You won") breakelse : print("You Fail") Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment