Programming (Year 11)
Membership Operators
What will be the output of the following code: print('A' in 'ABC')?
True
False
Error
None