Advertisement
Guest User

Untitled

a guest
Aug 12th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.23 KB | None | 0 0
  1. from special import Special
  2.  
  3. special = Special()
  4.  
  5. bialek1 = special.refactor("Białk000w")
  6. print(bialek1)
  7.  
  8. bialek2 = special.refactor("Białk00w")
  9. print(bialek2)
  10.  
  11. bialek3 = special.refactor("Białkooooow")
  12. print(bialek3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement