Re: [Tutor] where to insert?

2005-09-23 Thread Michael Janssen
On 9/22/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I would like to insert string.join(msgList,) into the following program where do I insert it? do you want to build a temporary list and join its elements afterwards? This can look like: # Loop through each substring and build ASCII

[Tutor] where to insert?

2005-09-22 Thread Goofball223
I would like to insert string.join(msgList,"") into the following program where do I insert it? # numbers2text.py # A program to convert a sequence of ASCII numbers into # a string of text. import string # include string library for the split function. def main(): print "This program converts