# age =12 # if age>=18: # print('adult') # else: # print('teenager') # x=10 # x+=3 # print(x) #输出 # name=input() # print(name) #常量 # PI=3.1415926359 # Read More
posted @ 2020-07-23 09:59 CR7Ronaldo Views(134) Comments(0) Diggs(0)