In python variables are used to store data.
A variable that stores ‘Hello’ can be declared like this:
variable = ‘Hello’
Previous Page: Coding Fundamentals
Next Topic: Input