We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6579fb commit 2d1f995Copy full SHA for 2d1f995
assignment.py
@@ -1,3 +1,3 @@
1
-*FIRST = [1, 2, 3]
2
-(*FIRST,) = [1, 2, 3]
3
-*FIRST, a, b = [1, 2, 3]
+*FIRST = [1, 2, 3] # documenting code no fun
+(*FIRST,) = [1, 2, 3] # documenting code no fun
+*FIRST, a, b = [1, 2, 3] # documenting code no fun
0 commit comments