Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45926 > unrolled thread

Re: Prepending string "@" to usernames

Started byAndrew Berg <bahamutzero8825@gmail.com>
First post2013-05-24 18:14 -0500
Last post2013-05-24 18:14 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Prepending string "@" to usernames Andrew Berg <bahamutzero8825@gmail.com> - 2013-05-24 18:14 -0500

#45926 — Re: Prepending string "@" to usernames

FromAndrew Berg <bahamutzero8825@gmail.com>
Date2013-05-24 18:14 -0500
SubjectRe: Prepending string "@" to usernames
Message-ID<mailman.2085.1369437278.3114.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web