# Python Membership Operatora='i'b='find'print("in ",a in b)print("not in",a not in b)
Standard input is empty
in True not in False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!