Page 151 - TP_Pluse_V2.2_Class_7
P. 151
Periodic Assessment 4
(Based on chapters 9 to 11)
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. _________________________________________________________________
2. _________________________________________________________________
3. _________________________________________________________________
4. _________________________________________________________________
5. _________________________________________________________________
C. Write the syntax for if…elif…else statement.
149
Periodic Assessment 4 149

