Python入门问题

Python入门问题

@(Python入门)

[TOC]

2/8/18

  • [x] Use quit() or Ctrl-Z plus Return to exit, what is the meaning of 'Ctrl-Z plus'?
  • [x] 读取calc.py显示SyntaxError: unexpected character after line continuation character

2/9/18

  • [x] python头文件设置
  • [x] PyCharm的个性化设置
  • [ ] 2.x和3.x的区别是什么?

2/11/18

  • [x] #!/usr/bin/env python#!/usr/bin/python的区别
  • [x] 如何在Python交互界面执行.py文件么?
  • [x] Pycharm如何快捷地交互式运行代码?
  • [x] print()和其他输出的区别?

你可能感兴趣的:(Python入门问题)