Slide 22
Slide 22 text
exercise: very variable
• Create the following variables and assign them values:
• age, name, city, favorite_color,
favorite_food
• Use concatenation or interpolation to create new variables.*
• What do you expect? What do you get?
• What happens when you do this? puts name * 15
* VARIABLE-CEPTION.