Mb
py3
Source:
from random import sample
print(sample(range(10), 5))
Result:
[1, 2, 8, 9, 4]
Size: a a a
Mb
py3
from random import sample
print(sample(range(10), 5))
[1, 2, 8, 9, 4]
Mb
$
А
py3
from random import sample
print(sample(range(10), 5))
[1, 2, 8, 9, 4]
K
b
Mb
$
Mb
py3
from random import sample
print(sample(range(10), 5))
[1, 2, 8, 9, 4]
K
b
K
QZ
$
QZ
py3
from random import sample
print(sample(range(10), 5))
[1, 2, 8, 9, 4]
K
QZ
$
QZ
py3
from random import sample
print(sample(range(10), 5))
[1, 2, 8, 9, 4]