Linux---python中的函数 生成式 和动图处理

file: day04_函数01.py date: 2018-08-30 9:17 AM author: westos-dd desc:      """ # # 定义函数 # # 如果不主动调用函数,函数是不会执行的 def say_hello(): print 'hello1' print 'hello2' print 'hello3' # 函数的调用 say_hel
相关文章
相关标签/搜索