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