Posts

Showing posts with the label python-lesson 11a

Python- variable+Numbers

Good Morning boys. Today is the practical class. I hope your practice sessions for Python are continuing at home. Keep the good work going. Today is the day, don't wait. _____________________________________________________________________________ By the end of this session, you will be able understand and apply the following concepts: What are variable? Ways of assigning  variables Concepts of multiple assignments Introduction to data types in Python (Just introduction) Numeric data type - types and exact difference        _______________________________________________________________________________                                                      PYTHON VARIABLES Variables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in m...