Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Convert integer to string
Post: RE: Convert integer to string

(Aug-22-2017, 08:25 PM)Jafinoxal Wrote: Instead of str(Xstr) you need Xstr = str(Xstr) on line 9. You were calling the str function but not assigning the result to anything. It worked! :D Thank you ...
Maigol General Coding Help 5 5,562 Aug-22-2017, 08:27 PM
    Thread: Convert integer to string
Post: RE: Convert integer to string

(Aug-22-2017, 08:13 PM)ichabod801 Wrote: How did it not work? That's the correct way to do it, so without the error message we can't tell you what is wrong. Sorry, this is what it says when I get to...
Maigol General Coding Help 5 5,562 Aug-22-2017, 08:20 PM
    Thread: Convert integer to string
Post: Convert integer to string

Hi, I'm new to python and I need to convert the content of a variable (which is an integer) to a string. I tried with "str(name_of_the_variable)", but didn't work.
Maigol General Coding Help 5 5,562 Aug-22-2017, 07:49 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020