Page 106 - TP-Play_V-2.0_Book-6
P. 106
Periodic Assessment 4
(Based on chapters 8 & 9)
A. Explain the following types of intelligence:
1. Existential Intelligence .......................................................................................................................................................
2. Naturalistic Intelligence ....................................................................................................................................................
B. Write a Python program to calculate the area of a rectangle.
C. Find the error in the given codes.
1. p, qr = 10, 20, 30
print(p, q, r)
2. var1 = 1
var2 = 2
var1 = 3
print(var1 var2 + var3)
106 Play (Ver. 2.0)-VI

