This commit is contained in:
Tanguy Deleplanque
2025-06-10 12:14:20 +02:00
parent f1fcae1fe5
commit 87d567b8cb

5
001/task.py Normal file
View 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}')