Moved magic value to variable

This commit is contained in:
Tim
2015-11-24 19:33:47 +01:00
committed by Timvde
parent 9c9a38039c
commit 2b19055c86

View File

@@ -1,4 +1,6 @@
value = 3
def print_5():
print(5)
print(value)
print_5()