Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions assignment.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
(*FIRST,) = [1, 2, 3] # documenting code no fun
*FIRST, a, b = [1, 2, 3, 7] # documenting code no funffffff
a, b = [1, 8, 2, 3, 5, 6,7, 8, 9, 12] # documenting code no fun hehehehehefffffddddd
# documenting code no fun hehehehehefffffddddd
a, b = [1, 8, 2, 3, 5, 6, 7, 8, 9, 12]
c = 1


def not_covered():
print("hellooooow")
pass
print("hellooooow")
pass