testbioGPT / app.py
Shailesh Zope
Rename test.py to app.py
13c3512 verified
raw
history blame
No virus
45 Bytes
a = input("enter the Number: ")
print(a + a)