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)