Posts

Showing posts with the label Python-lesson 9

Python- Variables(Recap)-Application

Good Morning Boys In the sessions to come, we shall take a recap of the Python programing concepts covered so far. Our primary focus today will be on the behaviour of the variables in Python. As we are revising today, so NO GOOGLE MEET class today. You are all expected to  copy the contents of the blog. understand the facts shared  share your doubts,if any in the COMMENT SECTION. --------------------------------------------------------------------------------- By the end of this session, you will be able to   Create Valid variables and identify errors in variable names, if any Assign values to a variable and also predict the values that a variable may get in due course of program execution Understand the working of multiple assignments and its impact on the multiple variables. ---------------------------------------------------------------------------------   Creating Variables Variables are containers for storing data values. Unlike othe...