ls = [1, 2, 3]print(1 in ls)print(5 in ls)
Standard input is empty
True False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!