micropython-lib/pprint/pprint.py

3 wiersze
39 B
Python

2015-05-05 07:06:11 +00:00
def pformat(obj):
return repr(obj)