CLASS 11 – COMPUTER SCIENCE
PYTHON PRACTICAL RECORD
PROGRAM 1
Aim: To find the area and perimeter of Circle, Rectangle and Square.
Output: Area and perimeter are displayed.
PROGRAM 2
Aim: To find the factorial of a given number.
Output: Factorial is displayed.
PROGRAM 3
Aim: To check whether a number is palindrome or not.
Output: Palindrome result is displayed.
PROGRAM 4
Aim: To check whether a number is prime or not.
Output: Prime checking result is displayed.
PROGRAM 5
Aim: To print star and number patterns.
Output: Patterns are displayed.
PROGRAM 6
Aim: To find the number of vowels in a string.
Output: Number of vowels is displayed.
PROGRAM 7
Aim: To find the longest word in a string.
Output: Longest word is displayed.
PROGRAM 8
Aim: To separate even and odd numbers in a list.
Output: Even and odd lists are displayed.
PROGRAM 9
Aim: To add two lists.
Output: Combined list is displayed.
PROGRAM 10
Aim: To check the occurrence of an element in a tuple.
Output: Occurrence result is displayed.
PROGRAM 11
Aim: To print number into number name.
Output: Number name is displayed.
PROGRAM 12
Aim: To find occurrence of each character.
Output: Character count is displayed.
PROGRAM 13
Aim: To generate Fibonacci series using tuple.
Output: Fibonacci series is displayed.