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 30, 2024


Python Notes in Hindi:


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...

 
 
 
bottom of page