Informatics Practices, Project File Class 11
Informatics Practices, Project File Class 11
PRACTICAL FILE;
Python and SQL Programs
Name: [Redacted]
Class: [Redacted]
Roll No: [Redacted]
─ PYTHON
; Textbook Programs
Program 3-2 #Write a Python program to find the sum of two numbers.
Program 3-3 #Write a Python program to find the area of a rectangle given
that its length is 10 units and breadth is 20 units.
Output:
200
─
Program 3-4 #Program to print even numbers in a given sequence using for
loop
Output:
Output:
10
20
30
40
; Practical Questions
PQ1 #Program to enter first and last name, then display the full name
Output:
Output:
PQ3 #Program to calculate the perimeter of a rectangle
Output:
Output:
PQ5 #Program to check whether a given number is positive, negative or zero
Output:
Output:
Output:
#Create table
#Add Details