摘要:
# input = input('age>>:')# input = int(input)# if input > 18:# print('大了')# elif input < 18:# print('小了')# else:# print('ok')# count = 0# while count 阅读全文
posted @ 2019-11-20 22:07
OBOS
阅读(184)
评论(0)
推荐(0)
摘要:
# 格式化输出# name=input('name<<:')# age=input('age<<:')# print('my name is %s,my age is %s'%(name,age))# print('my name is [%s],my age is {%s}'%(name,age) 阅读全文
posted @ 2019-11-20 22:06
OBOS
阅读(165)
评论(0)
推荐(0)
摘要:
'''level=11print(type(level))''''''num=12print(type(num))''''''sum=int(13)print(type(sum))''''''age=int(18)print(age,type(age),id(age))''''''状态:薪资,身高, 阅读全文
posted @ 2019-11-20 22:05
OBOS
阅读(195)
评论(0)
推荐(0)

浙公网安备 33010602011771号