From 31aca02477a5a2159cb4a726d197150a9a8454c7 Mon Sep 17 00:00:00 2001 From: Aseem Manna <112926373+aseem-deepsource@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:19:05 +0530 Subject: [PATCH] Update assignment.py --- assignment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():