Page 151 - Plus_V2.2_C7_Flipbook
P. 151
Periodic Assessment 4
(Based on chapters 9 & 10)
A. Write the output of the following Python program:
student_marks = 90
passing_marks = 50
if(student_marks >= passing_marks):
print("Congratulations!!!")
print("You have passed the exam")
else:
print("Failed")
B. Look at the given SDG’s icons and write their aims.
1. ZERO _________________________________________________________________
2 HUNGER
GENDER
2. 5 EQUALITY _________________________________________________________________
DECENT WORK AND
3. 8 ECONOMIC GROWTH _________________________________________________________________
4. REDUCED _________________________________________________________________
10 INEQUALITIES
LIFE
5. 15 ON LAND _________________________________________________________________
C. Write the syntax for if…elif…else statement.
149
Periodic Assessment 4 149

