Skip to content

Commit

Permalink
Basic
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjanaPurbia authored Aug 15, 2021
1 parent 8a951ec commit de7beee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tableprint.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
N=int(input("Enter the number for table:"))
for i in range(1,11):
print(N,'*',i,'=',N*i)

0 comments on commit de7beee

Please sign in to comment.