Question
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”
(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”
Answers
GPT 3.5
Montel should use the line of code: home = “Elmdale Avenue”
Related Questions
Montel wants to use a certain street name as the data for a variable called "home." which of these l...
Montel wants to use a certain street name as the data for a variable called "home". Which of these l...
Montel wants to use a certain street name as the data for a variable called “home.” Which of these l...
Montel wants to use a certain street name as the data for a variable called “home.” Which of these l...