kopia lustrzana https://github.com/micropython/micropython-lib
5 wiersze
50 B
Python
5 wiersze
50 B
Python
![]() |
import os
|
||
|
|
||
|
r = os.urandom(10)
|
||
|
assert len(r) == 10
|