diff --git a/001/task.py b/001/task.py new file mode 100644 index 0000000..9dffc56 --- /dev/null +++ b/001/task.py @@ -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}')