Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a_string = """
- https://www.google.com/search?q=php.cgi+file&oq=php.cgi+file&aqs=chrome..69i57j0i22i30l9.4432j0j7&sourceid=chrome&ie=UTF-8
- """
- a_string = a_string.replace('php.cgi', 'xaxa') # replace('αρχικο αλφαριθμητικό', 'η αντικατάστασή του')
- print(a_string)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement