forked from Pavel_Durov/python_bot
6 lines
102 B
Python
6 lines
102 B
Python
|
from random import randint
|
||
|
|
||
|
|
||
|
numb = (f"Рандомное число - {randint(-7,10)}")
|
||
|
|
||
|
print(numb)
|