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