Загружаю на pythonanywhere
SyntaxError: Non-ASCII character '\xd0' in file telegram.py on line 27, but no encoding declared; see
python.org/dev/peps/pep-0263 for details
эта строка -
button1 = types.KeyboardButton('ОК')
если поменять ок на англ раскладку будет ошибка IndentationError: unindent does not match any outer indentation level
#!/usr/bin/env python
# -*- coding: utf-8 -*-
вставил уже