0% found this document useful (0 votes)
8 views1 page

Class 9 Python Coding Study Material With Questions

This document provides study material for Class 9 CBSE Python coding, including very short answer questions, short answer questions, and long answer/programming questions. It covers fundamental concepts such as features of Python, data types, control statements, loops, and basic programming tasks. The material is structured to facilitate learning and understanding of Python programming for students.

Uploaded by

notdivit.1234
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Class 9 Python Coding Study Material With Questions

This document provides study material for Class 9 CBSE Python coding, including very short answer questions, short answer questions, and long answer/programming questions. It covers fundamental concepts such as features of Python, data types, control statements, loops, and basic programming tasks. The material is structured to facilitate learning and understanding of Python programming for students.

Uploaded by

notdivit.1234
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like