Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jppbkm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jppbkm
3y ago
Aww, zip is great! for x,y in zip(['a', 'b', 'c'], ['1', '2', '3']): print(x + y) >>'a1' >>'b2' >>'c3' Usually