This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
master
micropython-lib
/
python-stdlib
/
pprint
/
pprint.py
7 wiersze
79 B
Python
Czysty
Bezpośredni odnośnik
Wina
Historia
def
pformat
(
obj
)
:
return
repr
(
obj
)
def
pprint
(
obj
)
:
print
(
repr
(
obj
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik