We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5520852 commit 91c217fCopy full SHA for 91c217f
LinkedList.py
@@ -1 +1,3 @@
1
-
+class LinkedList():
2
+ def __init__(self):
3
+ pass
0 commit comments