print("b" in "abc")print("b" == "abc")print("abc" in "abc")print("abc" == "abc") #https://pt.stackoverflow.com/q/291360/101
Standard input is empty
True False True True
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!