码迷,mamicode.com
首页 > 其他好文 > 详细

first test

时间:2018-12-04 13:05:20      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:got   think   ldb   put   input   print   first   test   enc   

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

标签:got   think   ldb   put   input   print   first   test   enc   

原文地址:https://www.cnblogs.com/matt-928503002/p/10063356.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!