how to coerce to a string in Python?

M

Mark Tarver

How do you coerce an object to a string in Python?

123 --> "1 2 3"
[1,2,3] -> "[1,2,3]" etc

Mark
 
T

Tim Chase

Mark said:
How do you coerce an object to a string in Python?

123 --> "1 2 3"
[1,2,3] -> "[1,2,3]" etc

Ah , 'str' a pure guess but it worked.

You may also be interested in the repr() function. I'm afraid
neither will give you

123 --> "1 2 3"

but will give you "123" instead.

-tkc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top