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.
1 parent 93a771d commit 81e8789Copy full SHA for 81e8789
MT.py
@@ -0,0 +1,4 @@
1
+num = int(input("Enter a number.."))
2
+
3
+for i in range(1,11):
4
+ print(num,'x',i,'=',num*i)
0 commit comments