Which statement will print True to the monitor?

Consider the following code.

Which statement will print True to the monitor? (Choose two.)
A . print(languages == more_languages)
B . print(languages is more_languages)
C . print(more_languages is extra_languages)
D . print(languages is extra_languages)

Answer: AC

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments