Ejemplo n.º 1
0
 def f(i):
     z = strings[i]
     x = newlist(sizehint=13)
     x += z
     return "".join(x)
Ejemplo n.º 2
0
 def f(i):
     z = strings[i]
     x = newlist(sizehint=13)
     x += z
     return ''.join(x)
Ejemplo n.º 3
0
 def f(z):
     z = hlstr(z)
     x = newlist(sizehint=13)
     x += z
     return ''.join(x)
Ejemplo n.º 4
0
 def f(z):
     z = hlstr(z)
     x = newlist(sizehint=13)
     x += z
     return ''.join(x)