amazinghaha commited on
Commit
4eb40a6
1 Parent(s): a6116c3

Delete try.py

Browse files
Files changed (1) hide show
  1. try.py +0 -10
try.py DELETED
@@ -1,10 +0,0 @@
1
- A = 5
2
-
3
- def hah():
4
- global A
5
- = 10
6
-
7
- if __name__ =='__main__':
8
- print(A)
9
- hah()
10
- print(A)