SyntaxError: invalid ться
у меня всё работает >>> title = 'test' >>> description = 'test2' >>> imgUrl = 'test3' >>> shortLink = 'test4' >>> text = f'b>{title}</b>\n\n{description}\n\n<b>Фото: </b>{imgUrl}\n<b>Оригинал: </b>{shortLink}' >>> text 'b>test</b>\n\ntest2\n\n<b>Фото: </b>test3\n<b>Оригинал: </b>test4' >>>
Обсуждают сегодня