We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77df06 commit 2b24e4fCopy full SHA for 2b24e4f
python/Find Table Of Any Number
@@ -3,7 +3,7 @@
3
# To take input from the user
4
# Iterate n times from i = 1 to n
5
#n is the number of range till where you want the table should be printed
6
-
+#n cannot be zero
7
8
9
num = int(input("Enter The Number:"))
0 commit comments