We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c6ae0 commit d8c87f8Copy full SHA for d8c87f8
pprint/pprint.py
@@ -1,2 +1,5 @@
1
def pformat(obj):
2
return repr(obj)
3
+
4
+def pprint(obj):
5
+ print(repr(obj))
0 commit comments