Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yeq6x
/
TripletGeoEncoder-demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
yeq6x
commited on
Nov 17, 2024
Commit
500e225
·
verified
·
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()