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

Python Programming Assignment Overview

Assignment questions in PYTHON
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Python Programming Assignment Overview

Assignment questions in PYTHON
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

PYTHON PROGRAMMING ASSIGNMENT

UNIT-1
1. a) Write a sort notes on History of Python Programming Language?
b) Write applications and features of Python briefly
2. Explain Operators in Python with example
3. a) Explain Type conversion with example
b) Explain Identifiers, keywords, variables, indentation, comments
4. Explain the different data types with suitable example
5. a) Write about Loop statements with example
b) Write short notes catch exceptions using try and except
statements?

6. a) Write a program to print n numbers.

b) To stop when i==5 using break statement

c) To skip i==5 using continue statement

You might also like