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

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.
Jafinoxal General Coding Help 5 5,561 Aug-22-2017, 08:25 PM

User Panel Messages

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