Python 基础知识总结(一)

Talk is cheap, show me the code. print()函数+一对单引号:Print(‘千寻’)-------相当于告诉电脑,你不需要执行多余操作,我输入什么,你就打印什么。 print()函数+一对双引号:与单引号作用相同 print()函数+一对三个单引号:Print(’’‘千寻,杨光,小明’’’)-------实现在逗号处自动换行 python注意事项一:符号和标点要
相关文章
相关标签/搜索