1 line
41 B
Perl
1 line
41 B
Perl
![]() |
print join(", ", (map {2 * $_} 1, 2, 3));
|
![]() |
print join(", ", (map {2 * $_} 1, 2, 3));
|