2017Spring 協同產品設計實習 (虎尾科大MDE)
  • About
  • Python
  • Archives

第9課 - def and print( ) 定義程式內部的程式名稱

Date Mon 07 August 2017 By 40423222 Tags notes / Lesson 9

參考資訊: 網站: https://automatetheboringstuff.com/chapter3/ 影片: https://www.youtube.com/watch?v=WB4hJJkfhLU


說明:

def and print( )

  • 主要內容:
    • def: 定義變數為程式
    • 更詳細說明print( )


    def hello():


    def hello(name):


    def plus random:


    None:


    print:

  • Recent Posts

    • 第16課 - type( ), mutable and Immutable, copy( ) 列表更多應用
    • 第15課 - index( ), append( ), insert( ), remove( ), sort( ) 用於列表的指令
    • 第14課 - forRange with Lists forRange與列表
    • 第13課 - Lists 列表
    • Python flowchart 目錄
  • Categories

    • Python
  • Tags

  • Links

    • Pelican
    • pelican-bootstrap3
    • pelican-plugins
    • Tipue search

© 2017 KMOL · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top