first test

Posted matt-928503002

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了first test相关的知识,希望对你有一定的参考价值。

cong py study test 

 

# Author:WenCong Tan


‘‘‘age_of_oldboy = 56

guess_age = int(input("guess_age:"))
if guess_age == age_of_oldboy:
print("yes,you got it")
elif guess_age > age_of_oldboy:
print("think smaller")
else:
print("think bigger!")

‘‘‘

age_of_oldboy = 56

guess_age = int(input("guess_age:"))
if guess_age == age_of_oldboy:
print("yes,you got it")
elif guess_age > age_of_oldboy:
print("think smaller")
else:
print("thind bigger")























以上是关于first test的主要内容,如果未能解决你的问题,请参考以下文章