GUESS GAME🎮🎲

secret_word = ("utkarsh")
guess = ""
while guess != secret_word:
guess = input("enter the guess: ")

print("You Win")

Comments

Post a Comment