Search this site
Embedded Files
Python 學習
  • 首頁
  • 開發環境
    • Anaconda 開發環境
    • Colab
  • Python 語言介紹
  • 程式基礎
  • 基本語法
    • 註解
    • 數值與字串
    • 變數與資料型態
    • print 方法
    • input 方法
    • 運算子
  • 函式
    • 內建與模組函式庫
    • 自定函式
    • recursive
  • 控制結構( if / for / while )
    • 選擇結構
    • 重複結構 - for(固定變量)
    • 重複結構 - while
  • 複合資料 - 串列、值組、字典和集合
    • 串列 - list
    • 值組 - Tuple
    • 集合-set
    • 字典 - Dict
  • 再遇字串
  • 檔案處理概述
  • TQC+ 程式語言 Python
    • 第1類- 基本程式設計
    • 第2類:選擇敘述
    • 第3類:迴圈敘述
    • 第4類:進階控制流程
    • 第5類:函式(Function)
    • 第6類:串列(List)的運作(一維、二維以及多維)
Python 學習

基本語法

可參考-- https://python-doc-tw.github.io/tutorial/index.html

Report abuse
Report abuse