This is a simple Python program which helps you generate your band name based on the user's city and pet they had!
We are using simple funtions of Python:
-
print(): Helps display statements on console by writing them inside "" in the print() function.
SYNTAX: print(" hello world ") -
input(): Takes input from user via the console.
SYNTAX: input(" what is your name? ")