码迷,mamicode.com
首页 > 编程语言 > 详细

python3 functions

时间:2016-11-03 03:16:48      阅读:178      评论:0      收藏:0      [点我收藏+]

标签: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:




本文出自 “希夷” 博客,谢绝转载!

python3 functions

标签:python note

原文地址:http://lhjdark.blog.51cto.com/6780582/1868685

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!