标签: python python-3.x
如何在屏幕上用f字符串打印以空格结尾而不是换行符的字符串? 像这样
print("Good", end="") print("Year")
将产生“ Good Year”。