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

相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2021-10-04
  • 2021-12-24
  • 2021-10-31
  • 2022-01-23
  • 2021-07-16
  • 2021-11-23
猜你喜欢
  • 2021-08-15
  • 2021-05-29
  • 2022-01-20
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
相关资源
相似解决方案