parent
98d16e35f2
commit
b9cd1502aa
1
bot.py
1
bot.py
@ -2,6 +2,7 @@ from cgitb import text
|
||||
import datetime
|
||||
import logging
|
||||
from random import randint
|
||||
import sqlite3
|
||||
|
||||
from aiogram import Bot, Dispatcher, executor, types
|
||||
from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton
|
||||
|
BIN
dick.db
Normal file
BIN
dick.db
Normal file
Binary file not shown.
6
test.py
Normal file
6
test.py
Normal file
@ -0,0 +1,6 @@
|
||||
from random import randint
|
||||
|
||||
|
||||
numb = (f"Рандомное число - {randint(-7,10)}")
|
||||
|
||||
print(numb)
|
Loading…
x
Reference in New Issue
Block a user