print() == print(i,end=‘\n‘) \n换行符 、\r 回车键、\t制表符 # 换行,取消换行需要取消换行符\n
PY #默认常量必须大写
print("You " + str(age) +" years ....") #字符串拼接格式
原文地址:https://www.cnblogs.com/styleonme/p/11111744.html
时间: 2024-11-01 18:29:54
print() == print(i,end=‘\n‘) \n换行符 、\r 回车键、\t制表符 # 换行,取消换行需要取消换行符\n
PY #默认常量必须大写
print("You " + str(age) +" years ....") #字符串拼接格式
原文地址:https://www.cnblogs.com/styleonme/p/11111744.html