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ść
08c661c930
micropython
/
tests
/
internal_bench
/
loop_count-5.1-while_down_n...
11 wiersze
101 B
Python
Czysty
Wina
Historia
import
bench
def
test
(
num
)
:
zero
=
0
while
num
!=
zero
:
num
-
=
1
bench
.
run
(
test
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik