python簡單實例一

1.自定義函數html #coding=utf-8 #自定義函數,傳入參數,沒有傳入參數 def sayHello(): print ("hello word") def maxed(a,b): if(a>b): print(a) else: print(b) sayHello() print(maxed(2,3)) 2.判斷語句python 1 #coding=utf-8 2 #判斷 3 sc
相關文章
相關標籤/搜索