Computer Science for IGCSE & O level - Programming (Section 3 - No. 3)

What is the result of the following code: `print 10 != 5`
True
False
10
5

Explanation

The condition 10 != 5 is true.

Comments (0)

Advertisement