Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- LoginCreds = [pass,login,so on, so forth]
- i = 0
- for item in LoginCreds:
- if(i == 0):`
- i+=1
- open("FILELOCATION",w).write("")#Overwrite any file w/ same name if needed
- open("FILELOCATION","a").write(item)#actually write stuff to the file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement