[PIPython] Assegnamenti in un ciclo da una lista complessa

Andrea Gasparini gaspa
Lun 18 Apr 2005 15:22:03 CEST


Alle 14:11, luned́ 18 aprile 2005, Andrea Giammarchi ha scritto:
> Qualcuno potrebbe spiegarmi cosa state scrivendo ??? :E

dunque, tanto per cominciare:
> "\n".join(balbla)
http://docs.python.org/lib/string-methods.html

Poi, per le relative soluzioni:
> print '\n'.join(map(lambda x:'=>'.join(x), vocab))
http://docs.python.org/tut/node6.html#SECTION006750000000000000000

mentre per 
> print '\n'.join(['%s => %s' % x for x in vocab])
guarda List Comprehension:
http://docs.python.org/tut/node7.html#SECTION007140000000000000000

Bye!
-- 
-gaspa-
-----------------------------------------------
Powered by Debian GNU/Linux and Debian GNU/Hurd
------ HomePage: iogaspa.altervista.org -------


More information about the Python mailing list