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 :
-
- 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.
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
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