參考資訊: 網站: https://automatetheboringstuff.com/chapter3/ 影片: https://www.youtube.com/watch?v=WB4hJJkfhLU
說明:
def and print( )
- 主要內容:
- def: 定義變數為程式
 - 更詳細說明print( )
 
def hello():
.png)
def hello(name):
.png)
def plus random:

None:

print:

 
參考資訊: 網站: https://automatetheboringstuff.com/chapter3/ 影片: https://www.youtube.com/watch?v=WB4hJJkfhLU
def and print( )
.png)
.png)


