Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
szope
/
testbioGPT
like
0
No application file
App
Files
Files
Community
1
push test commit
#1
by
szope
- opened
Jan 14
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+3
-0
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)