Hướng dẫn thử thách
1 / 24
Step 1
In previous lessons, you learned about some common data structures. In this workshop, you'll implement a linked list.
First, create a class named `LinkedList` to represent the structure that will hold your list nodes. Add the `pass` keyword inside the class so that the test can pass.
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:⌘↵