#5 Learn to use Python variables and strings

Publicado el: 27 septiembre 2018
en el canal de: 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  


En esta página del sitio puede ver el video en línea #5 Learn to use Python variables and strings de Duración hora minuto segunda en buena calidad , que subió el usuario Python Lessons 27 septiembre 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 574 veces y le gustó 85 a los espectadores. Disfruta viendo!