Пример #1
0
 def f(i):
     z = strings[i]
     x = newlist(sizehint=13)
     x += z
     return "".join(x)
Пример #2
0
 def f(i):
     z = strings[i]
     x = newlist(sizehint=13)
     x += z
     return ''.join(x)
Пример #3
0
 def f(z):
     z = hlstr(z)
     x = newlist(sizehint=13)
     x += z
     return ''.join(x)
Пример #4
0
 def f(z):
     z = hlstr(z)
     x = newlist(sizehint=13)
     x += z
     return ''.join(x)