Class 9 CBSE – Python Coding Study Material with
Questions
SECTION A: VERY SHORT ANSWER QUESTIONS
What is Python?
Name any two features of Python.
What is a variable?
Write the data type of True.
What is the use of print() function?
SECTION B: SHORT ANSWER QUESTIONS
Explain any four features of Python.
What is the difference between int and float data types?
Write a program to check whether a number is even or odd.
Explain if-else statement with example.
What is a loop? Name its types.
SECTION C: LONG ANSWER / PROGRAMMING QUESTIONS
Write a Python program to print numbers from 1 to 10 using a for loop.
Write a Python program to find the sum of elements in a list.
Explain lists and dictionaries with examples.
Write a Python program to create a simple function that adds two numbers.
Explain file handling in Python with example.