This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython
kopia lustrzana
https://github.com/micropython/micropython
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
96f0dd3cbc
micropython
/
tests
/
misc
/
recursion.py
8 wiersze
84 B
Python
Czysty
Wina
Historia
def
foo
(
)
:
foo
(
)
try
:
foo
(
)
except
RuntimeError
:
print
(
"
RuntimeError
"
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik