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

Storing Information Using Variables

my_fav_color='blue'
my_fav_color
'blue'
color1,color2,color3="red","pink","black"
color3
'black'