第八章 函數

編程種類 面向對象 面向過程 面向函數 #函數 def func1():     """testing1"""     print('in the func1')     return 0 #過程 def func2():     '''testing2'''     print('in the func2')   x=func1() y=func2()   print('from func1 r
相關文章
相關標籤/搜索