From c0f01bff8a5a8f25a56c14ce87ea699e46eacc54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 30 Jan 2019 09:33:23 +0100 Subject: [PATCH] Print --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebcfe97..93e2970 100644 --- a/README.md +++ b/README.md @@ -808,12 +808,13 @@ arguments = sys.argv[1:] ``` ### Print -**Use `'file=sys.stderr'` for errors.** - ```python print( [, , end='', sep='', file=]) ``` +* **Use `'file=sys.stderr'` for errors.** + +#### Pretty print: ```python >>> from pprint import pprint >>> pprint(locals())