1. Addition and Subtraction
2. Multiplication, Division and Addition
3. Multiplication, Division, Addition and Subtraction
4. Addition and Multiplication
Addition and Subtraction
1. True
2. False
True
1. Exponential
2. Addition
3. Multiplication
4. Parentheses
Parentheses
1. Lists
2. Dictionary
3. Tuples
4. Class
Class
1. int
2. bool
3. void
4. None
None
1. he
2. lo
3. olleh
4. hello
he
1. round(45.8)
2. round(6352.898,2,5)
3. round()
4. round(7463.123,2,1)
round(45.8)
1. int
2. float
3. bool
4. dict
int
1. x = 13 // 2
2. x = int(13 / 2)
3. x = 13 % 2
4. All of the mentioned
All of the mentioned
1. SyntaxError
2. NameError
3. ValueError
4. TypeError
NameError