Montel wants to use a certain street name as the data for a variable called "home." Which of these lines of code should Montel use? (1 point) print(home") home is Elmdale Avenue print home is Elmdale Avenue) home "Eimdale Avenue

1 answer

Montel should use the following line of code:

home = "Elmdale Avenue"

This line of code assigns the value "Elmdale Avenue" to the variable "home".