Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How do I use strip function in python?

'''
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)
 
PREVIOUS NEXT
Tagged: #How #I #strip #function
ADD COMMENT
Topic
Name
5+6 =