Question
Multiple Choice Questions
What is the output of this program?
print(10 != 10)
an error message
10 != 10
false
true
What is the output of this program?
print(10 != 10)
an error message
10 != 10
false
true
Answers
GPT 3.5
C. false