top of page
Writer's pictureRajesh Singh

Python MCQ Notes PDF in Hindi and English

Updated: Nov 30

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:



1,541 views0 comments

Recent Posts

See All

For Loop MCQs 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