This content originally appeared on DEV Community and was authored by Shaheryar
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.
Code
city = input("What is your city name?\n")
pet = input("What is your pet name?\n")
print("Your Band Name can be " + city + " " + pet)
You can test the code by going on this link.
https://www.programiz.com/python-programming/online-compiler/
This content originally appeared on DEV Community and was authored by Shaheryar
Shaheryar | Sciencx (2021-04-09T23:56:19+00:00) Brand Name Generator in Python. Retrieved from https://www.scien.cx/2021/04/09/brand-name-generator-in-python/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.