Python Variable
VARIBALE -
Variable like a container , which mean in this variable on store the data/value.
example-
A = 10
where
A is a variable
= is asignment operator
10 is value
note:
1-always variable declear char ,$,string
variable not declear in digit form
as- avariable
$name
$_name
Comments
Post a Comment