tmp.py 105 B

12345
  1. dic_test = {}
  2. dic_test['*' * 1000] = "1"
  3. dic_test['*' * 5000] = "2"
  4. print(dic_test)
  5. print(len(dic_test))