Answers for "example of python strip function"

-1

example of python strip function

name = 'softhunt.net'
print(name)

strip_string = 'net'

print(name.strip(strip_string))
Posted by: Guest on April-10-2022

Code answers related to "example of python strip function"

Python Answers by Framework

Browse Popular Code Answers by Language