Get your own Python server Result Size: 625 x 565
x
 
x = "Hello"
y = 15
print(bool(x))
print(bool(y))
True
True