From b557f06225c94fe52c73dd02dbef090eb277f4b9 Mon Sep 17 00:00:00 2001 From: Elena Yanushevskaya Date: Thu, 15 Jun 2023 22:19:15 +0300 Subject: [PATCH 1/2] 111 --- core/yyyyy.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/yyyyy.py diff --git a/core/yyyyy.py b/core/yyyyy.py new file mode 100644 index 0000000..89b6d17 --- /dev/null +++ b/core/yyyyy.py @@ -0,0 +1,8 @@ +G = 10 + +def make_closure(): + a = 1 + b = 2 + def inner(x): + return x + G + a + return inner \ No newline at end of file From 1634004b44eae5cf719b50f400026618132e1435 Mon Sep 17 00:00:00 2001 From: Elena Yanushevskaya Date: Thu, 15 Jun 2023 22:20:05 +0300 Subject: [PATCH 2/2] 111 --- core/{yyyyy.py => name.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/{yyyyy.py => name.py} (100%) diff --git a/core/yyyyy.py b/core/name.py similarity index 100% rename from core/yyyyy.py rename to core/name.py