Guest User

Untitled

a guest
Dec 13th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. name = input()
  2. print(name + ', ' + name + ', bo-b' + name[1:])
  3. print('banana-fana fo-f' + name[1:])
  4. print('fee-fi-mo-m' + name[1:])
  5. print(name + '!')
Add Comment
Please, Sign In to add comment