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ść
11bc21dfa8
micropython
/
tests
/
bench
/
loop_count-4-while_down_gt.py
8 wiersze
82 B
Python
Czysty
Wina
Historia
import
bench
def
test
(
num
)
:
while
num
>
0
:
num
-
=
1
bench
.
run
(
test
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik