Posts

Showing posts with the label Python- Lesson 13

Python- Decision making (revision)

Image
Good Morning students. In the beginning, I must share that from today onward, our discussion will be divided into two parts: 1. Recap of the concepts  which you have shared are difficult for you and you want  redone. 2. New concept  ___________________________________________________ The Google meet ID for today is: meet.google.com/zbv-unjb-xhs  ___________________________________________________ By the end of the session today, you will be able to Identify the basic elements of Python and use those elements in writing a program. Look at one problem and see how it can be solved using variety of  IF statements. Apply the variety of IF constructs to solve a given problem.   _______________________________________________ Lets take a recap  based on the Introduction to Python IMPORTANT TERMS TOKENS -  They are the smallest unit of a program.  Characters are translated into a sequence of t...