diff --git a/assignment.py b/assignment.py index a5713da5c..b9f5a5698 100644 --- a/assignment.py +++ b/assignment.py @@ -1,8 +1,9 @@ (*FIRST,) = [1, 2, 3] # documenting code no fun *FIRST, a, b = [1, 2, 3, 7] # documenting code no fun -a, b = [1, 8, 2, 3, 5, 6,7, 8, 9] # documenting code no fun hehehehehefffff +a, b = [1, 8, 2, 3, 5, 6, 7, 8, 9] # documenting code no fun hehehehehefffff c = 1 + def not_covered(): - print("hellooooow") - pass + print("hellooooow") + pass