4 lines
62 B
Python
4 lines
62 B
Python
|
|
import random
|
||
|
|
rand = random.SystemRandom()
|
||
|
|
rand.randint(1,10)
|