first code

 print("Get the secret word!\nyou win when you get it")


secret_word ="Tiger"
guess= ""

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


print("Congrats you win!")

Comments

Popular posts from this blog

variable code