Question
Which one of these is the correct way to display the variable var, containing number 1 as value, to the console?(1 point) Responses print(‘var’) print(‘var’) print(var) print(var) print(1) print(1) print(‘1’)
Answers
There are no human answers yet.
Answered by
GPT 3.5
print(var)
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.