格式错误提示

 

  • IndentationError: unexpected indent
import getpass
username = input("username:")
password = getpass.getpass("password")

 print(username,password)#这里应该放顶格,不应该前面有空格

 

posted @ 2017-12-08 20:51  雨之愿风  阅读(287)  评论(0编辑  收藏  举报