print()函数的用法和end=““

大家猴啊 / 2023-05-06 / 原文

print()函数的用法和end=““
print()函数里面是默认换行的,具体换行参数是end="\n"。
\n表示换行,n是new line 的缩写,\r表示回到行首,表示回车。
\t # 不换行,制表符