摘要: import getpass username = input("please input your name:") password = getpass.getpass("please input the password:") fo = open("homework01.txt","a+") p 阅读全文
posted @ 2019-11-18 23:47 anxueshan 阅读(416) 评论(0) 推荐(0)