Ads Here

Wednesday, October 11, 2017

What is a Variables?

What is a Variables?

In this lecture :
- Learn what variables are?
- Create your first variable!
- Learn about variable "Types"

What are Variables?
- Variable Like a BOX to contain a data , Data can be anythings.

Create a Variables :

-
- Sensitive Case 

- Variable are a Dynamicly Type



Review :
- Variables are like boxes that store data
- name = value
- In Python, Variable type can change.
- Use the type() function to get a variable's type.




No comments:

Post a Comment