i = (1,2,3)print (type(i) == tuple)print (type(i))
Standard input is empty
True <class 'tuple'>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!