Sample programs
1. Program to demonstrate valid and invalid identifiers
2. Program to perform arithmetic operations (x = 10, y = 4)
3. Program to perform assignment operations
4. Program to perform logical operations
5. Program to perform comparison or relational operations
6. Program to perform bitwise operations(10&4), (7|9),
(4^7), (~4)
7. Program to demonstrate operator precedence and
associativity
8. Program to display different data types in Python
9. Program to show single-line and multi-line comments
10. program to print name, country, state and district
using format and f- strings