top of page

Python MCQ Notes PDF in Hindi and English

Updated: Nov 30, 2024

Python MCQ Notes PDF in Hindi and English for O Level Exams

Introduction to Programming and Algorithms & Flowcharts to Solve Problems Note with MCQ

Introduction to Python Notes with MCQ




Operators, Expressions and Python Statements With MCQ



Sequence Data Type with MCQ:



Function with MCQ:




File Processing with MCQ:


Scope and Modules with MCQ:





Numpy Bascis with MCQ:


Python Programs for Practical:



Recent Posts

See All
For Loop MCQ in Python

Q1. What is the output of the following Python code? x={1:"X",2:"Y",3:"Z"} for i,j in x.items():     print(i,j,end=" ") A.    1 X 2 Y 3 Z...

 
 
 

Comments


bottom of page