Difficult-Rocket/tests/dict_test.py
2021-01-26 08:06:36 +08:00

7 lines
67 B
Python

a = {'a': 'b', 're': '2'}
import pprint
for x in a:
print(x)