Python Programming
Python Programming
CS-2nd A
Assignment No-01
1. Write a Python program to print the following string in a specific format (see the output).
Output:
Twinkle, twinkle, little star,
How I wonder what you are!
Up above the world so high,
Like a diamond in the sky.
Twinkle, twinkle, little star,
How I wonder what you are
2. Write a Python program to create a class representing a Circle. Include
methods to calculate its area and perimeter.
3. Write a Python program to create a calculator class. Include methods for basic
arithmetic operations.
4. Discuss list data structure of python. Explain various inbuilt methods of list with
suitable example of each.
6. Write a Python program to print a specified list after removing the 0th, 4th and
5th elements.