摘要:
# input = input('age>>:')# input = int(input)# if input > 18:# print('大了')# elif input < 18:# print('小了')# else:# print('ok')# count = 0# while count 阅读全文
摘要:
# 格式化输出# 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) 阅读全文
摘要:
'''level=11print(type(level))''''''num=12print(type(num))''''''sum=int(13)print(type(sum))''''''age=int(18)print(age,type(age),id(age))''''''状态:薪资,身高, 阅读全文