例項(Python 3.0+). #!/usr/bin/python3 # 定義函式 def printme( str ): # 列印任何傳入的字串 print (str) return # 呼叫函式 printme("我要呼叫使用者自定義函式!
確定! 回上一頁