forked from Pavel_Durov/python_bot
тест
This commit is contained in:
parent
98d16e35f2
commit
b9cd1502aa
1
bot.py
1
bot.py
@ -2,6 +2,7 @@ from cgitb import text
|
|||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
from random import randint
|
from random import randint
|
||||||
|
import sqlite3
|
||||||
|
|
||||||
from aiogram import Bot, Dispatcher, executor, types
|
from aiogram import Bot, Dispatcher, executor, types
|
||||||
from aiogram.types import ReplyKeyboardRemove, ReplyKeyboardMarkup, KeyboardButton
|
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