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