diff --git a/assignment.py b/assignment.py index 10eb2d99f..840d0bb98 100644 --- a/assignment.py +++ b/assignment.py @@ -1,6 +1,6 @@ (*FIRST,) = [1, 2, 3] # documenting code no fun *FIRST, a, b = [1, 2, 3] # documenting code no fun -a, b = [1, 8, 2, 3] # documenting code no fun hehehehe +a, b = [1, 8, 2, 3,5] # documenting code no fun hehehehe c = 1 def not_covered():