用户交互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的主要内容,如果未能解决你的问题,请参考以下文章

Python的基本数据类型,用户交互

用户交互2

控件不接收用户交互的情况以及事件响应顺序

用户交互和注释

python用户交互程序-005

python--变量,常量,用户交互