You are on page 1of 1

a="55"

i=1
while i<=3:
num1=input ("guess the number:")
if num1==a:
print("you won")
exit()
i=i+1

print("game over")

You might also like