Posts

Showing posts with the label python-lesson 28(a)

Python- IF based- applications only

Image
Good Morning Students Today we will look at the solution of very simple python programs using the Conditional construct-If statemen t The Google meet link for this session is: Meeting ID meet.google.com/wqc-dhux-bho ---------------------------------------------------------------------------------------------------------- By the end of the session you will be able to apply the concept of a simple IF construct to understand the If and the ELSE components apply the concept of a simple IF construct to understand the If ,elif and the ELSE components understand the nested IF construct. ---------------------------------------------------------------------------------------------------------- EXERCISE 1). Write a program in Python to accept the class of a student (in numbers). If the class entered is 10 or 12, display"Board Class" else display "Non-Board Class". #PROGRAM TO CHECK THE CLASS OF THE STUDENT cls=int(input("E...