Bright Tutorials
Home
Courses
Solutions
Videos
Q&A
Blogs
Downloads
Login
Enquiry
Home
Solutions
CBSE
Class 11
Computer Science
Data Handling
Question 20
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
) )
True
1
10
10.0 ✓
Answer
Previous
Question 19
Next
Question 21