All Tracks/learn string manipulation by building a cipher/
Đang tải...
Hướng dẫn thử thách
1 / 96

Step 1

Variables are an essential part of Python and any programming language. A variable is a name that references or points to an object. You can declare a variable by writing the variable name on the left side of the assignment operator `=` and specifying the value to assign to that variable on the right side of the assignment operator: ```py variable_name = value ``` Create a variable called `number` and assign the value `5` to your new variable.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.py
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.