Exercises / tools
Truncate observations
pack(result, limit=20) returns {result, truncated}. If str(result) is longer than limit, slice and set truncated True. Print a short dict and a long string.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.