import pprint

msg = {
	'Whoa': 'cool!'
}

pprint(msg)