5

Brand Name Generator in Python

 3 years ago
source link: https://dev.to/shaheryaryousaf/brand-name-generator-in-python-3744
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Brand Name Generator in Python

We are going to create a Brand name generator project in python, it is a fairly simple project for beginners.

Users will answer some questions and our program will generate a Brand name for them.

city = input("What is your city name?\n")
pet = input("What is your pet name?\n")
print("Your Band Name can be " + city + " " + pet)
Enter fullscreen modeExit fullscreen mode

You can test the code by going on this link.

https://www.programiz.com/python-programming/online-compiler/


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK