标签:python note
print(‘strings‘,end=‘‘)
input()
len()
str() int() float()
True False
and not or
if elif else while break continue
for i in range(first,end,number):
def funName(agv):
try:
except:
本文出自 “希夷” 博客,谢绝转载!
标签:python note
原文地址:http://lhjdark.blog.51cto.com/6780582/1868685