예제 #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)