|
|
|
|
|
by uxp8u61q
1022 days ago
|
|
How is it more "readable"? The two are just as readable. What do you do with your first example if you have a list (generated at runtime, not a static one) to pass to the function? This wouldn't work (imagine the first line is more complicated): l = (1,2,3)
print(l)
|
|