Hướng dẫn thử thách
1 / 40
Step 1
In this workshop, you are going to build a salary tracking system for employees.
Start by creating a class named `Employee`. Inside it create an `__init__` method with `self`, `name`, and `level` parameters. Within the `__init__` method, assign `name` and `level` to the instance attributes with the same name.
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:⌘↵