First Python Program “Hello Python”

Introduction Python is an interpreted language as its programs are executed by an interpreter. Thus, Python interpreter should be installed on the computer system to write and run Python programs. Python IDLE (Integrated Development and Learning Environment) provides two working modes-interactive mode (popularly known as Python shell) and script mode. The Python IDLE tool offers … Read more

CBSE Sample Paper Class 9 Social Studies 2020

CBSE Sample Paper Class 9 Social Studies 2020 Annual Examination Class-IX Subject: Social Studies Time: 3 hour/M.M.-80 Note:All questions are compulsory. (Very short answer question- 1 mark each) 1- Who was the ruler of France during French Revolution? 2- Where is Baster located? 3- How does annual growth rate of population calculated? 4- What is … Read more

(New) CBSE Sample Paper Class 11 Biology 2021

(New) CBSE Sample Paper Class 11 Biology 2021 Annual Examination (2019-20) Class-XI Subject- Biology (044) Time: 3:00 hour/M.M.-70 All questions are compulsory. Section-A 1- Write the botanical name of wheat and housefly.(1) 2- Write the name of muscle cell, which has actin and myosin protein.(1) 3- Write the name of two hermaphrodite (bisexual) animals.(1) 4- … Read more

CBSE Sample Paper Class 9 English 2021

CBSE Sample Paper Class 9 English 2021 Class-IX Sub- English Time: 3 hour/ M.M.-80 All questions are compulsory. Q. 1- Read the following passage carefully. (8) Thomas Alva Edison was an American inventor and businessman who developed many devices that greatly influenced life around the world. He lit up the world with his invention of … Read more

Menu Driven Program to implement all user defined functions of a list in Python

Menu Driven Program to implement all user defined functions of a list in Python   ch=’y’ L = [1,2,3,4,2,3,2,4,5,6,71,1,10,12] while ch == ‘y’ or ch==’Y’: print(“1. append in list”) print(“2. Insert in a list”) print(“3. Find length of list”) print(“4. To count occurence of an element”) print(“5. Extend a list”) print(“6. Find the sum of … Read more

CBSE Sample Paper Class 11 English (Old)

CBSE Sample Paper Class 11 English (Old) Annual Examination Class-XI Subject- English Time: 3 hour/ M.M.-80 All questions are compulsory. SECTION ‘A’ Reading Read the passage given below and answer the questions that follow :                                 12 Computers are capable of doing extremely complicated work in all branches of learning. They can solve the … Read more

Math Project CBSE Class 10

Math Project CBSE Class 10 Introduction Mathematicians seek and use patterns to formulate new conjectures; they resolve the truth or falsity of such by mathematical proof. When mathematical structures are good models of real phenomena, mathematical reasoning can be used to provide insight or predictions about nature. Through the use of abstraction and logic, mathematics … Read more

CBSE Computer Science Introduction to python

Introduction to python Python may be a general-purpose interpreted, interactive, object-oriented, and high-level programming language . it had been created by Guido van Rossum during 1985- 1990. Like Perl, Python ASCII text file is additionally available under the GNU General Public License (GPL). This tutorial gives enough understanding on Python programing language . Why to … Read more