运维网's Archiver
论坛
›
Python
› python3 functions
zhangli-s
发表于 2018-8-16 11:45:28
python3 functions
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:
页:
[1]
查看完整版本:
python3 functions