当print()函数,指定end参数为空字符后,print()函数就不再主动添加换行符了。并且,hello和world之间也不存在任何空格。 a = 'first line' b = 'second line' c = 'third ...
確定! 回上一頁