Create 6 - The Name Game.py
This commit is contained in:
parent
5a4050b808
commit
3cb9083e71
7
07/a/6 - The Name Game.py
Normal file
7
07/a/6 - The Name Game.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
name = input()
|
||||||
|
print(
|
||||||
|
name + ", " + name + ", bo-b" + name[1:] + "\n" +
|
||||||
|
"banana-fana fo-f" + name[1:] + "\n" +
|
||||||
|
"fee-fi-mo-m" + name[1:] + "\n" +
|
||||||
|
name + "!"
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user