2018年8月3日

guess_age

摘要: # -*- coding:utf-8 -*-# Author:Ju Taoage = 20sum = 0for i in range(10): print("i:", i) print("this sum:", sum) if sum < 3: guess_age = int(input("Plea 阅读全文

posted @ 2018-08-03 10:12 Admints 阅读(72) 评论(0) 推荐(0)

UserInPut

摘要: # -*- coding:utf-8 -*-# Author:Ju Taoname = input("input your name:")#age = input("input your age:") #age = int(input("input your age:")) age = int(in 阅读全文

posted @ 2018-08-03 10:11 Admints 阅读(139) 评论(0) 推荐(0)

hello world

摘要: print("hello world!") 阅读全文

posted @ 2018-08-03 10:10 Admints 阅读(71) 评论(0) 推荐(0)

导航