dict_with_spaces_inside_keys = {'a b': 'c d'}print(dict_with_spaces_inside_keys["a b"])
Standard input is empty
c d
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!