Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yeq6x
/
TripletGeoEncoder-demo
like
0
Running
on
Zero
App
Files
Files
Community
yeq6x
commited on
11 days ago
Commit
500e225
•
1 Parent(s):
c8a56a1
Delete a.py
Browse files
Files changed (1)
hide
show
a.py
+0
-12
a.py
DELETED
Viewed
@@ -1,12 +0,0 @@
1
-
2
-
x = 10
3
-
4
-
def func():
5
-
print(x)
6
-
7
-
def func2():
8
-
global x
9
-
x = 20
10
-
11
-
func2()
12
-
func()