day 1
This commit is contained in:
5
001/task.py
Normal file
5
001/task.py
Normal file
@ -0,0 +1,5 @@
|
||||
print("Welcome ot the Band Name Generator.")
|
||||
city = input("What's the name of the city you grew up in?\n")
|
||||
pet = input("What's your pet name?\n")
|
||||
|
||||
print(f'Your pet name could be {city} {pet}')
|
||||
Reference in New Issue
Block a user