Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b19055c86 | ||
|
|
9c9a38039c |
@@ -1 +1,6 @@
|
|||||||
print(5)
|
value = 3
|
||||||
|
|
||||||
|
def print_5():
|
||||||
|
print(value)
|
||||||
|
|
||||||
|
print_5()
|
||||||
|
|||||||
Reference in New Issue
Block a user