[ad_1]
Sounds like you are looking for the repr() function:
>>> s="hello"
>>> print repr(s)
'hello'
[ad_2]
solved Printing a string with the parentheses attched [closed]
[ad_1]
Sounds like you are looking for the repr() function:
>>> s="hello"
>>> print repr(s)
'hello'
[ad_2]
solved Printing a string with the parentheses attched [closed]