Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
szope
/
testbioGPT
like
0
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Shailesh Zope
commited on
Jan 14, 2024
Commit
76a9121
·
verified
·
1 Parent(s):
7efa5a3
push test commit
Browse files
test hugging Face
Files changed (1)
hide
show
test.py
+3
-0
test.py
CHANGED
Viewed
@@ -0,0 +1,3 @@
1
+
a = input("enter the Number: ")
2
+
3
+
print(a + a)