CLI.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:competitive-cli 作者: GDGVIT 项目源码 文件源码
def insacc():
    global acc_manager

    website = input("Enter Website: ")
    username = input("Enter username: ")
    try:
        password = getpass.getpass("Enter your password: ")
    except getpass.GetPassWarning:
        print("Your system is not allowing us to disable echo. We cannot read your password")
        return

    acc_manager.insert(website, username, password)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号