CBSE Class 11 Computer Science Question 35 of 173

Data Handling — Question 20

Back to all questions
20
Question

Question 20

What will the following code result as ?

import math
x = 100
print ( x > 0 and math.sqrt( x ) )
  1. True
  2. 1
  3. 10
  4. 10.0 ✓
Answer