Source Code:
(back to article)
a = True b = False c = a and b print(c) # Output: False
Result:
Report an issue