Advertisement
Blessing988

Untitled

Feb 11th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. def fancy_cleanup(name):
  2.     print(name.strip( ).replace(" ","!").replace("g", "z"))
  3.          
  4.  
  5.  
  6. fancy_cleanup(" geronimo crikey  ") #example
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement