#5 Learn to use Python variables and strings

Опубликовано: 27 Сентябрь 2018
на канале: Python Lessons
574
85

In every Python program you write, you will have variables, which are memory locations to store values. This means that when you create a variable you reserve some space in memory.

Based on the data type of a variable, the interpreter allocates memory and decides what can be stored in the reserved memory. Therefore, by assigning different data types to variables, you can store integers, decimals or characters in these variables.

In Python, variables don't need explicit declaration, declaration happens automatically when you assign a value to a variable. The operand to the left of the = operator is the name of the variable and the operand to the right of the = operator is the value stored in the variable.

Text tutorial (page under construction): http://pylessons.com/Python-3-basics-...

Twitter:   / pylessons  
Facebook:   / pylessons  


На этой странице сайта вы можете посмотреть видео онлайн #5 Learn to use Python variables and strings длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Python Lessons 27 Сентябрь 2018, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 574 раз и оно понравилось 85 зрителям. Приятного просмотра!