what is Python Variables
what is Variable
symbol represent some number or String that may change.
data types
scalar and non-scalar
both object
scalar
int : integer
float : real number
bool : True or False
none : Null
non-scalar
String : data values that are made up of ord...
eunhanlee.hashnode.dev1 min read