发布时间:2019-09-24 08:34:21编辑:auto阅读(2234)
# -*- coding:utf-8 -*-
Man = 27
guess_age_of_people = int (input("guess age:"))
#python 3.x 默认变量类型为字符串,数字需要应int () 方式进行×××
if guess_age_of_people == Man :
print("It is true!")
elif guess_age_of_people > Man :
print("It is bigger!")
else:
print("It is small!")
上一篇: Python3网络爬虫实战-11、爬虫框
下一篇: leetcode 3. Longest
51190
50600
41227
38045
32509
29415
28276
23128
23090
21423
1475°
2193°
1817°
1747°
2058°
1809°
2492°
4182°
4045°
2887°