4 lines
44 B
Python
4 lines
44 B
Python
import random
|
|
|
|
print(random.randint(1, 10))
|
import random
|
|
|
|
print(random.randint(1, 10))
|