Fork me on GitHub
  2019年11月20日
摘要: # 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 阅读(181) 评论(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 阅读(161) 评论(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 阅读(191) 评论(0) 推荐(0) 编辑