From ea029645ff5158d653a1abbce9c7911e9c6a90fd Mon Sep 17 00:00:00 2001 From: Karan Suthar <68371811+karan-deepsource@users.noreply.github.com> Date: Fri, 25 Jun 2021 11:34:43 +0530 Subject: [PATCH] Update assignment.py --- assignment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/assignment.py b/assignment.py index 271f7cd8d..df4f8b5b2 100644 --- a/assignment.py +++ b/assignment.py @@ -10,3 +10,4 @@ def foo(foo=None): if foo is None: foo = [] return [*foo] + a = 5