Python (M3R5) Book | Notes PDF for O Level Exams
top of page

O Level Python Programming Language (M3R5) Book & Notes PDF

  • Writer: Rajesh Singh
    Rajesh Singh
  • Oct 17, 2021
  • 1 min read

Updated: Nov 28, 2025


Python Completes Notes PDF in Hindi for O Level:


Python Notes from 1 chapter to 5




Python Notes from 6 chapter to 9







Introduction to Programming and Algorithms & Flowcharts



Introduction to Python Chapter 3:



Operators, Expression and Statement Chapter 4:



Sequence Date Type Chapter 5:




Function in Python Chapter 6:


File Processing Chapter 7:


Scope and Module:


Numpy Basics Chapter 9:


Python Programs:





Python Complete Notes in English:




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 B.    1 2 3 C.    X Y Z D.   1:”X” 2:”Y” 3:”Z” Ans: A Q2.  Wha

 
 
 
bottom of page