famous_person = "Dalai Lama disse:\n"
message = "\Se quer viver uma vida feliz, amarre-se a uma meta, não a pessoas nem a coisas\"
print(famous_person + message)
I have tried everything (including putting two quotes). If I put two quotes to the left it gives error, if it is to the right I have no left quotation mark ... I would like to keep both.