On 2013.05.24 17:53, Thomas Murphy wrote: > I know I'm iterating wrong. May I ask how? .split() already returns a list, so instead of iterating over the list and getting a single username, you iterate over the list and get a single list. -- CPython 3.3.2 | Windows NT 6.2.9200 / FreeBSD 9.1 -- http://mail.python.org/mailman/listinfo/python-list
- Prepending string "@" to usernames Thomas Murphy
- Re: Prepending string "@" to usernames Dan Stromberg
- Re: Prepending string "@" to usernames Thomas Murphy
- Re: Prepending string "@" to username... Mark Lawrence
- Re: Prepending string "@" to username... Tim Chase
- Re: Prepending string "@" to user... Thomas Murphy
- Re: Prepending string "@" to usernames Andrew Berg
- Re: Prepending string "@" to usernames Larry Hudson