Page 137 - Plus V4 with Adobe class 7
P. 137
Program 8: To print the message based on the marks entered, the messages displayed are:
1. ‘Sorry!!!, You are failed in the exam’, if the marks are less than 35.
2. If the marks are less than or equal to 60, the message displayed is ‘Passed with C grade’.
3. If the marks are greater than 60 and less than or equal to 85, the message displayed is ‘Passed
with B grade’.
4. If none of the condition evaluates to true, then, the message displayed is ‘Passed with A
grade’.
On running the above program, we get the following output:
#Conditional Statements in Python 135

