Run ❯
Get your
own Python
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
a = 200 b = 33 c = 500 if a > b or a > c: print("At least one of the conditions is True")
x
a
=
200
b
=
33
c
=
500
if
a
>
b
or
a
>
c
:
print
(
"At least one of the conditions is True"
)
At least one of the conditions is True