HOME
MCQ
THEORY QUESTION
PRACTICAL QUESTION
CONTACT US
Q.No.2 -
Program to print table of any no. enter by user.
Sol.- Using for loop:
num = int(input('Enter No. Here :')) for a in range (1,11): print( num, "X",a,"=",num*a)
OUTPUT:
Theory Question :
Information Technology Tools and Network Basics
Web Designing and Publishing
Problem Solving Through Python Language
Internet of Things and its Applications
Practical Question :
Information Technology Tools and Network Basics
Web Designing and Publishing
Problem Solving Through Python Language
Internet of Things and its Applications
MCQ Links
Information Technology Tools and Network Basics
Web Designing and Publishing
Problem Solving Through Python Language
Internet of Things and its Applications