Fork me on GitHub
上一页 1 ··· 42 43 44 45 46
  2019年11月20日
摘要: # 格式化输出# 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 阅读(166) 评论(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 阅读(220) 评论(0) 推荐(0)
上一页 1 ··· 42 43 44 45 46