x = 5 print type((x))print type((x,))print len((x,))
Standard input is empty
<type 'int'> <type 'tuple'> 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!