CHALLENGE
ACTIVITY
3.1.2: String basics.
625852.4944822 qx3zqy7
Jump to level 1
Read strings favorite_drink1, favorite_drink2, and favorite_drink3 from input.
Click here for example
Ex: If the input is:
milkshake
frappe
juice
then the output is:
Favorite drinks: milkshake, frappe, juice
1
2 """ Your code goes here """
3
4 print('Favorite drinks: ' + favorite_drink1 + ',' + favorite_drink2+','+ favorite_drink3)
ローロ・ロ・・