Skip to content

Commit 2b24e4f

Browse files
authored
Update Find Table Of Any Number
1 parent a77df06 commit 2b24e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Find Table Of Any Number

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To take input from the user
44
# Iterate n times from i = 1 to n
55
#n is the number of range till where you want the table should be printed
6-
6+
#n cannot be zero
77

88

99
num = int(input("Enter The Number:"))

0 commit comments

Comments
 (0)