Home
About
Contact
Header Ads Widget
Home
Coding Questions
_C/C++ Programs
_Python Programs
_Data Structure Programs
_Competitive Coding
Practice Problems
Key Points
Notes
MCQs
Interview
Trends
Home
python_programs
Write a python program to print table of a given number.
Write a python program to print table of a given number.
Rajnish Tripathi
20:27
code:-
num=
int
(
input
(
"Enter number of which you want table"
))
for
i
in
range
(
1
,
11
):
print
(
num*i
)
Output:-
Enter number of which you want table3
3
6
9
12
15
18
21
24
27
30
Post a Comment
0 Comments
Popular post
PPS 1st year (C programming ) handwritten notes Aktu
11:47
pps unit 1 notes
09:54
Python : missing characters : hackerrank solution
23:01
Social Plugin
MCQs
3/MCQs/post-list
Tags
c-programs
Companies
competitve programs
Data structure
doubts
key points
MCQs
Notes
practice problems
python
0 Comments