5 lines
61 B
Python
5 lines
61 B
Python
![]() |
import random
|
||
|
|
||
|
number = random.randint(1, 100)
|
||
|
print(number)
|