for i in [ 1, 1.0, '1', [1], {1}, {1:1}]: print(type(i))
Standard input is empty
<class 'int'> <class 'float'> <class 'str'> <class 'list'> <class 'set'> <class 'dict'>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!