Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
>>> a = '1\n2\n3' >>> pprint(a) '1\n2\n3'
我想让 pprint 打印出什么
1 2 3
那可能吗?