print(i, end="")是什么原因
您出现什么错误了。上面贴出的代码没有错误呀?在上面加一个定义变量i的代码就可以了。例如这样:
i = 10
print(i, end="")
print("和变量i在一行输出")