Learn Before
Concept

Variables in Python

A variable is where data values can be stored. Another way to say this is that a value can be referred to by its respective variable. Variables do not need to be declared with any particular type, and can even change type after they have been set.

0

2

Updated 2021-04-04

Tags

Data Science