I'm new to programming and i'm trying to receive emails using kopeechka and then verify. (I'm using python)
This is what I get from a request: OK|1200495871|blahblahblah@hotmail.com
I'm looking to separate everything into their own little values, for example: Status (Ok or Error), ID (the numbers, they can change though), and email (the email address)