Re: [Tutor] newbie 'while' question
by Zak Arntson other posts by this author
Jun 30 2003 11:07PM messages near this date
Re: [Tutor] newbie 'while' question
|
Re: [Tutor] newbie 'while' question
Oh, and just for fun, here's another wonky way to write each letter of a
string. Though someone can probably chime in with an even crazier method,
I'm sure.
###
print ''.join(map(lambda x: '%s\n' % x, raw_input('Enter a name:')))[:-1]
###
---
Zak Arntson
www.harlekin-maus.com - Games - Lots of 'em
_______________________________________________
Tutor maillist - Tutor@[...].org
http://mail.python.org/mailman/listinfo/tutor
Thread:
Matthew Richardson
Danny Yoo
Matthew Richardson
Kalle Svensson
Eric L Howard
Danny Yoo
Matthew Richardson
Matthew Richardson
Matthew Richardson
Danny Yoo
Matthew Richardson
Danny Yoo
Zak Arntson
Zak Arntson
Zak Arntson
Zak Arntson
|