Код: Выделить всё
# This should raise an error
def тест():
pass
# This should work
text = "Привет, мир!"
(а также тот же вопрос для блокнота Jupyter)
Подробнее здесь: https://stackoverflow.com/questions/793 ... -8-strings
Код: Выделить всё
# This should raise an error
def тест():
pass
# This should work
text = "Привет, мир!"