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:
本文共 221 字,大约阅读时间需要 1 分钟。
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:
转载于:https://blog.51cto.com/lhjdark/1868685