1. 程式人生 > >python猜年齡小遊戲

python猜年齡小遊戲

div pos guess == input cal 年齡 python print

age_of_PRINCAL=56

guess_age=int(input(">"))

if guess_age==age_of_princal:

print("Yes")

else:

print("No")

python猜年齡小遊戲