This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
2023
RosettaCodeData
/
Task
/
Loop-over-multiple-arrays-simultaneously
/
Python
/
loop-over-multiple-arrays-simultaneously-2.py
6 lines
77 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
September Morn Update
2019-09-12 10:33:56 -07:00
>>
>
print
(
*
map
(
'
'
.
join
,
zip
(
'
abc
'
,
'
ABC
'
,
'
123
'
)
)
,
sep
=
'
\n
'
)
A-M baby
2013-04-10 21:29:02 -07:00
aA1
bB2
cC3
>>
>
Reference in a new issue
Copy permalink