We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbd735b + d66b5f4 commit ea12a73Copy full SHA for ea12a73
Shivaansh.py
@@ -1,4 +1,4 @@
1
-x=input("enter a number ")
2
-for i in range (1,11,1)
3
- print x,"x",i,"=",x*i
+x = input("Enter a number: ")
+for i in range (1,11,1):
+ print x, "x", i, "=", (x * i)
4
0 commit comments