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