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ść
27c149efe0
micropython
/
tests
/
bench
/
var-4-arg.py
10 wiersze
110 B
Python
Czysty
Wina
Historia
import
bench
def
test
(
num
)
:
i
=
0
while
i
<
num
:
i
+
=
1
bench
.
run
(
lambda
n
:
test
(
20000000
)
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik