雷大的Python投資筆記
CtrlK
HomeBlogOnline Courses
  • Welcome !
  • About Me
  • 🗒️basic
    • 安裝與建立開發環境 (Python Installation and Develop Environment)
      • Google Colab
      • Visual Studio Code + Python
      • Anaonda
    • 基本語法(Basic Syntax)
      • 變數(Variables)
      • 基本四則運算(+-*/)
      • 條件式判斷(if-elif-else)
      • 迴圈(for-loop, while-loop)
    • 資料結構
      • List, Tuple
      • Dictionary
  • 套件管理
    • pip
    • 引入套件
Powered by GitBook
On this page
  1. 🗒️basic

基本語法(Basic Syntax)

變數(Variables)基本四則運算(+-*/)條件式判斷(if-elif-else)迴圈(for-loop, while-loop)
PreviousAnaondaNext變數(Variables)

Last updated 2 years ago