Moved magic value to variable
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
value = 3
|
||||
|
||||
def print_5():
|
||||
print(5)
|
||||
print(value)
|
||||
|
||||
print_5()
|
||||
|
||||
Reference in New Issue
Block a user