Shailesh Zope commited on
Commit
57e19c5
1 Parent(s): 7efa5a3

push test commit (#1)

Browse files

- push test commit (76a9121f24d959ac0d5b2bd9dc310b83872f628b)

Files changed (1) hide show
  1. test.py +3 -0
test.py CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ a = input("enter the Number: ")
2
+
3
+ print(a + a)