Learn practical skills, build real-world projects, and advance your career

Variables and Datatypes

Storing information using variables

color1, color2, color3 = "red", "green", "blue"
color1
'red'
color3
'blue'