import math x = 100 print ( x > 0 and math.sqrt( x ) )
18 Likes
10.0
Answered By
5 Likes
x = 10.0 y = (x < 100.0) and x >= 10