1 line
46 B
Python
1 line
46 B
Python
print " ".join(str(n * n) for n in range(10))
|
print " ".join(str(n * n) for n in range(10))
|