Skip to content
james.liu edited this page Jan 2, 2019 · 33 revisions

自学python

为了以后更好的生活,此外还有提高工作的能力,人生苦短,我用PYTHON

交互输入

for 循环

if 简单判断

  • if
  • if else
  • if elif else

while 循环

  • while
  • while else
  • break
  • continue
  • sys.exit

getpass

  • getpass.getpass

Clone this wiki locally