Hi people, i am in trouble with python quotes, see this:
string = "qwerty"
when i do a print string it returns:
'qwerty'
how do i replace this singles quotes to double quotes when the value of the variable is returned? there is a way?
thanks in advance! ;)