2 lines
40 B
Python
2 lines
40 B
Python
|
|
[1, 2, 3].squared // returns [1, 4, 9]
|
|
|
[1, 2, 3].squared // returns [1, 4, 9]
|