Как решить проблему продолжения строки в Python?Python

Программы на Python
Гость
Как решить проблему продолжения строки в Python?

Сообщение Гость »


I want to continue line on the next line but error "SyntaxError: unexpected character after line continuation character" occures. What s the problem? help please

df_fp = pd.concat([ \ mdf['Заявитель'], \ mdf['Название'],\ mdf['Номер заявки'],\ mdf['Дата приоритета'], \ mdf['Дата публикации']], axis = 1) I tried to paste spaces before slashes, but it doesn't work

Вернуться в «Python»