格式错误提示

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

 print(username,password)#这里应该放顶格,不应该前面有空格
原文地址:https://www.cnblogs.com/cheng662540/p/8007090.html