Skip to content

Commit 2d1f995

Browse files
Update assignment.py
1 parent b6579fb commit 2d1f995

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assignment.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*FIRST = [1, 2, 3]
2-
(*FIRST,) = [1, 2, 3]
3-
*FIRST, a, b = [1, 2, 3]
1+
*FIRST = [1, 2, 3] # documenting code no fun
2+
(*FIRST,) = [1, 2, 3] # documenting code no fun
3+
*FIRST, a, b = [1, 2, 3] # documenting code no fun

0 commit comments

Comments
 (0)