3 lines
74 B
Text
3 lines
74 B
Text
|
|
L(x, y, z) zip(‘abc’, ‘ABC’, ‘123’)
|
|||
|
|
print(x‘’y‘’z)
|