Hướng dẫn thử thách
1 / 67
Step 1
An <dfn>interface</dfn> is like a blueprint for a class. An interface contains a set of methods and properties that a class should implement.
Start this project by declaring an empty class named `Equation`. You will use this class to define an interface, a blueprint for a generic equation.
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:⌘↵