PYTHON TUTORIAL 4 ( VARIABLE)

By @creon12/28/2017utopian-io

https://youtu.be/roMn6kWOsBc

Video by Creon
Variables are reserved memory locations to store values. This means that when you create a variable a space is reserved in the memory.

Based on the data types of a variable, you can store integers, decimals or characters in these variables. Variables in Python does not need to be explicitly declare to reserve memory space. The declaration happens automatically by assigning a value to a variable. The equal sign (=) is used to assign values to variables in Python programming.

Thanks for checking this tutorial up, I hopes it helps.

The World is yours 🌍



Posted on Utopian.io - Rewarding Open Source Contributors

9

comments