I want to print an attribute of a class I am making , but I need it to be printed inside quotes " "
.
I know it has something to with Escape Sequences but a similar post I found suggested using "\"Hello\""
for example to print "Hello"
... My case is a bit more complicated cause I don't know beforehand the value of the attribute I want to print. So how can I do this?