Programming (Year 11)
Boolean Logic
What will the following code output? print(True and False)
True
False
None
Error