Page 117 - ThinkGPT_V2.1_C6_Flipbook
P. 117
Periodic Assessment 3
(Based on chapters 6 & 7)
A. Identify and write the names of the following:
1. 2. 3.
B. Label the components of IDLE:
C. What will be the output of the following Python codes:
1. x = 2
y = 3
print ('Sum of ', x,' and ', y,' is ', x+y)
2. name, subject, marks="Shikha", "Computer", 86
print ("Student Name: ", name)
print ("Subject: ", subject)
print ("Marks obtained: ", marks)
Periodic Assessment 3 115

