Posts

Showing posts with the label Python-Lesson-20

REVIEW- IF construct

Image
Good Morning Boys The Google meet link for today's class is Meeting ID meet.google.com/jip-yqmz-ymq ------------------------------------------------------------------------------------------------------------ By the end of the session, you will be able to Understand the basic decision construct in Python Understand and apply the basic IF statement Understand and apply the basic  IF -else  statement. Understand and apply the basic  IF-elif-else   statement Apply the concepts learnt to solve the given problems. -------------------------------------------------------------------------------------------------------------- Python - Decision Making Decision making is anticipation of conditions occurring while execution of the program and specifying actions taken according to the conditions. Decision structures evaluate multiple expressions which produce TRUE or FALSE as outcome. You need to determine which action to take and w...