diff --git a/some_code_file.py b/some_code_file.py index 06028c9..a7cd58c 100644 --- a/some_code_file.py +++ b/some_code_file.py @@ -1,4 +1,6 @@ +value = 3 + def print_5(): - print(5) + print(value) print_5()