Board logo

標題: 自定函式 (一) [打印本頁]

作者: tonyh    時間: 2022-6-18 17:16     標題: 自定函式 (一)

  1. def hello():
  2.     print("Hello!")
  3. def getScore(a,b,c):
  4.     return a*0.3+b*0.3+c*0.4
  5.    
  6. hello()
  7. print(getScore(85,97,95))
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2