Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



 1852

Cannot Split Combo Lines Properly

by Planet - 23 April, 2021 - 11:26 PM
This post is by a banned member (Planet) - Unhide
Planet  
Heaven
2.539
Posts
829
Threads
4 Years of service
#1
Ok so I tried this code to split a come in a .txt the combo is like "[email protected]:name123" but as a result I get "name protonmail.com" here is my code
Code:
 
for account in open('combos.txt').readlines():
    combo = account.split(":")
print(combo[0] + ' ' + combo[1])
This post is by a banned member (ANG) - Unhide

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)