my_test.py 47 B

12
  1. from pprint import pprint
  2. pprint({1:2, "T": 5})