标签:用户 wrong NPU else cal inpu you 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.")
标签:用户 wrong NPU else cal inpu you int 用户交互
原文地址:https://www.cnblogs.com/q402599/p/10324249.html