Page 125 - Computer Genius Class 08
P. 125
C. Answer the following questions:
1. Write any three applications of Python.
2. What is error? Explain with the help of its types.
3. What are the data types in Python? Write the name of any three data types.
4. How many types of operators are there in Python? Define them.
FUN ZONE Computational Thinking
Information Literacy
For the following mathematical expressions, identify the operator being used and then write its
meaning.
Expression Operator Meaning
3x+1 Addition Add two operands together
2x//5y
4p+3q
ab/32c
3.2x**5h
3t *48y
Basics of Python 123

