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ść
6e2dff6bae
micropython
/
tests
/
internal_bench
/
func_args-3.1-kw_1.py
14 wiersze
121 B
Python
Czysty
Wina
Historia
import
bench
def
func
(
a
)
:
pass
def
test
(
num
)
:
for
i
in
iter
(
range
(
num
)
)
:
func
(
a
=
i
)
bench
.
run
(
test
)
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik