0% found this document useful (0 votes)
2 views1 page

Class11 Cs Python Basic Programs

The document outlines basic Python programs for Class 11 Computer Science. It includes examples such as printing 'Hello World', taking user input, adding two numbers, checking if a number is even or odd, printing numbers from 1 to 10 using a for loop, and creating a multiplication table. These programs serve as foundational exercises for learning Python programming.

Uploaded by

Torent gaming
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Class11 Cs Python Basic Programs

The document outlines basic Python programs for Class 11 Computer Science. It includes examples such as printing 'Hello World', taking user input, adding two numbers, checking if a number is even or odd, printing numbers from 1 to 10 using a for loop, and creating a multiplication table. These programs serve as foundational exercises for learning Python programming.

Uploaded by

Torent gaming
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Class 11 Computer Science – Python Basic

Programs

• Program 1: Print Hello World using print() function.

• Program 2: Take user input using input() and display it.

• Program 3: Add two numbers entered by the user.

• Program 4: Check if a number is even or odd using if statement.

• Program 5: Use a for loop to print numbers from 1 to 10.

• Program 6: Create a simple multiplication table program.

You might also like