如何找到要用python写的行

时间:2019-03-04 15:54:19

标签: python-3.x

如果您从用户那里获取输入,并且python将其写入文本文件,那么您如何确定该行?

Name = Input("Name: ")
File = open("file.txt", "a+")
File.write(Name)
#how do you figure out what line this is written on?

我对python不太满意,所以不要给我复杂的代码。谢谢

编辑:我需要这个用于登录,用户必须记住那里的秘密号码(那里的用户名:密码所在的行),它将在该行中搜索并检查它是否正确。

0 个答案:

没有答案