用户:
永远的ICE查看:0 回复:0 评论:0 创建时间:2021-05-09T19:42:01
【作品展示】

【作品介绍】
# Python Project# 撰写人:LOGIC.py
# 密码记录器
【作品源代码】
# Python Project
# 撰写人:LOGIC.py
# 密码记录器
print("欢迎来到密码记录器!")
while(1==1):
a=input("网站网址?")
with open("网站.txt",'a') as file:
file.write(a)
file.write(" \n")
b = input("用户名?")
with open("用户名.txt", 'a') as file:
file.write(b)
file.write(" \n")
c = input("密码?")
with open("密码.txt",'a') as file:
file.write(c)
file.write(" \n")
print("记录成功!")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn