下面Python代码执行后其输出是( )。
for i in range(10):
print(i, end = "")
123456789
0123456789
12345678910
012345678910