micropython-lib/pprint/pprint.py

3 wiersze
39 B
Python
Czysty Zwykły widok Historia

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