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ść
7ea06a3e26
micropython
/
tests
/
internal_bench
/
func_builtin-1-enum_pos.py
10 wiersze
114 B
Python
Czysty
Wina
Historia
import
bench
def
test
(
num
)
:
for
i
in
iter
(
range
(
num
/
/
20
)
)
:
enumerate
(
[
1
,
2
]
,
1
)
bench
.
run
(
test
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik