Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VenkyPas
/
llm-app
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
VenkyPas
commited on
Jun 3, 2024
Commit
b5df92a
·
1 Parent(s):
7d49f35
Removed test.py
Browse files
Files changed (1)
hide
show
test.py
+0
-10
test.py
DELETED
Viewed
@@ -1,10 +0,0 @@
1
-
2
-
a = 10
3
-
b = 15
4
-
5
-
print("%d + %d = %d" % (a, b, a+b))
6
-
7
-
print("%d / %d = %0.2f" % (b, a, b/a))
8
-
9
-
10
-
print("÷")