Variables and Data Types
1. Write a Python program to store and display student information using different data types ?
2. Write a Python program to identify the data type of different user inputs ?
3. Write a Python program to calculate and display the memory size occupied by different data types ?
4. Write a Python program to classify a given value as Integer, Float, Boolean, or String ?
5. Write a Python program to demonstrate mutable and immutable data types ?
6. Write a Python program to accept student details and display the value along with its corresponding data type ?
7. Write a Python program to calculate the total, average, and percentage of a student using variables of different data types?
8. Write a Python program to store employee details using different data types and display them in a formatted report?
9. Write a Python program to swap two numbers using variables without using a third variable ?