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)
Responses

print(“home”)

print(“home”)

home is Elmdale Avenue

home is Elmdale Avenue

print(“home is Elmdale Avenue”)

print(“home is Elmdale Avenue”)

home = “Elmdale Avenue”

home = “Elmdale Avenue”

Montel should use the line of code: home = “Elmdale Avenue”