用户交互2
Posted q402599
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用户交互2相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章