2 lines
49 B
Python
2 lines
49 B
Python
|
|
print " ".join(map(str, map(square, range(10))))
|
|
|
print " ".join(map(str, map(square, range(10))))
|