assignment no_1 (1)
assignment no_1 (1)
Assignment No: 1
Chapter 1: Introduction and syntax of Python Program
1. List and Explain features of python in brief?
2. Enlist the Application of Python Programming.
3. List and Explain the modes of python?
4. How to give the single and multiple Comments in python.
5. Explain the Building block of Python.
6. What is Command line Argument? Write a program to accept two numbers from command line
and display sum of it.
7. Explain indentation in python(Explain Role of Indentation in Python) with example
8. Describe type() and id() function in python.
9. List and Explain Data types of Python with example.(6 Marks explain brief)
10. Explain input() and print() function
11. Write a program to accept the two integers and then display addition, subtraction, multiplication,
division.
12. Write a program to accept the number and display square of that Number.
13. Write a program to convert U.S. dollars to Indian rupees.
14. Write a program to convert bits to Megabytes, Gigabytes and Terabytes
15. Write a program to find the square root of a number
16. Write a program to find the area of Rectangle
17. Write a program to calculate area and perimeter of the square.
18. Write a program to calculate surface volume and area of a cylinder.
19. Write a program to swap the value of two variables.