Learn practical skills, build real-world projects, and advance your career
my_favorite_color = 'blue'
my_favorite_color
'blue'
color1, color2, color3 = "red", "green", "blue"
color1
'red'
color2
'green'