[go: up one dir, main page]

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

assignment no_1 (1)

This document outlines the first assignment for a programming course focused on Python. It includes questions on Python features, applications, syntax, and various programming tasks such as accepting inputs and performing calculations. Additionally, it covers concepts like command line arguments, data types, and built-in functions.

Uploaded by

bhaktipawar2306
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

assignment no_1 (1)

This document outlines the first assignment for a programming course focused on Python. It includes questions on Python features, applications, syntax, and various programming tasks such as accepting inputs and performing calculations. Additionally, it covers concepts like command line arguments, data types, and built-in functions.

Uploaded by

bhaktipawar2306
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
You are on page 1/ 1

Programming with Python

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.

Prof. Nanaware D.B. Department of Computer Engineering Page 1

You might also like