News

print(30>=20) # greater than or equal to (If only one relation is true, the boolean will be true) print(30<=20) # less than or equal to ...