Python Revision Materials for Std VII Python Revision - VII Questions and Answers 1. What is Python? Ans: Python is a high-level programming language known for its readability and ease of use. 2. Where is Python used? Ans: Python is widely used in fields such as web development, data analysis, artificial intelligence, and scientific computing. 3. Why should we learn Python Ans: Python is easy to learn, versatile, and applicable in various domains. 4. Who created Python and when Ans: Python was created by Guido van Rossum and first released in 1991. 5. What are three numeric types in Python. Ans: Data types in Python include int for integers, float for decimals, str for strings, list for ordered collections, and dict for key-value pairs. 6. What are variables in Python? Ans: Variables in Python store data values and can be assigned without a specified t...