diff --git a/assignment.py b/assignment.py index 38c2e5ea4..a48cf3650 100644 --- a/assignment.py +++ b/assignment.py @@ -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