''' to use the split function, will have to ask the user for their email address, and we will try to split the "@" x = input("Email should contain @: ") romeo = x.split('@') print(romeo)