1. 程式人生 > >用戶交互2

用戶交互2

got you NPU else put cal bsp input int


age_of_princal = 56


guess_age = int ( input (">>:") )
"""
if guess_age ==age_of_princal then

print ("yes")
else
print ("no")
"""

if guess_age == age_of_princal:
print ("yes,you got it ..")
else:
print ("no,it is wrong.")

用戶交互2