W WolfCode · CSC 141
Chapter 01

Variables & Types

变量与类型

Name a value once, reuse it many times. Learn the three core types of CSC 141 — int, float, str — and how Python keeps them straight.

Lessons in this chapter

  1. 01.01
    Your First Variable
    第一个变量
    python-variables
    10 min
  2. 01.02
    Integers & Floats
    整数与浮点数
    python-types
    15 min
  3. 01.03
    Strings & f-strings
    字符串与 f-string
    python-strings
    20 min