kopia lustrzana https://github.com/micropython/micropython
8 wiersze
82 B
Python
8 wiersze
82 B
Python
|
import bench
|
||
|
|
||
|
def test(num):
|
||
|
while num > 0:
|
||
|
num -= 1
|
||
|
|
||
|
bench.run(test)
|