Skip to content

Instantly share code, notes, and snippets.

@m4r1vs
Created December 13, 2018 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4r1vs/76cd790ff7cb49243957dbe532345ad2 to your computer and use it in GitHub Desktop.
Save m4r1vs/76cd790ff7cb49243957dbe532345ad2 to your computer and use it in GitHub Desktop.
name = input()
print(name + ', ' + name + ', bo-b' + name[1:])
print('banana-fana fo-f' + name[1:])
print('fee-fi-mo-m' + name[1:])
print(name + '!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment