top of page
Search

PYTHON CODING

  • Writer: waclaw_koscielniak
    waclaw_koscielniak
  • Jul 10
  • 1 min read

a = True

b = False

c = False


if a or b and c:

print("Correct")

else:

print("Incorrect")


[Running] python3 -u "/Users/name/test/test63.py"

Correct

[Done] exited with code=0 in 0.051 seconds

Did you get it right?
Did you get it right?

 
 
 

1 Comment


Guest
Jul 11

Did you get it right?

Like
bottom of page