Re: [Tutor] Removing characters in a string using format()

2011-07-21 Thread Ryan Porter
separator if you want the commas still. On Thu, Jul 21, 2011 at 1:53 PM, Ryan Porter mailto:websterhams...@felton4h.net>> wrote: Hi there, In one part of a program I'm writing, I want a list to be printed to the string. Here's my code: # Begin snippet listStri

[Tutor] Removing characters in a string using format()

2011-07-21 Thread Ryan Porter
Hi there, In one part of a program I'm writing, I want a list to be printed to the string. Here's my code: # Begin snippet listString = input('Please enter a single item: >').strip(); /print(); itemList.append(listString); / /... / /print('And here it is in alphabetical orde