[python] Prevod stringu na seznam integeru a zpatky

Ondrej Beran ondrej.beran na gmail.com
Čtvrtek Září 6 14:50:40 CEST 2007


Ahoj vsichni,

potrebuju extrahovat ze stringu seznam integeru, neco s nim udelat a
pak ten string updatnout. Sesmolil jsem tohle:

s = '1, 2, 3, 4, ...'
# ...
l = [int(m) for m in s.split(',')]
# processing
s = ', '.join([str(n) for n in l])

Jak by takovy kod napsal zkuseny ' Pythonyr' ?


Diky, Ondrej


Další informace o konferenci Python