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.

Code

city = input(“What is your city nam…


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Brand Name Generator in Python." Shaheryar | Sciencx - Friday April 9, 2021, https://www.scien.cx/2021/04/09/brand-name-generator-in-python/
HARVARD
Shaheryar | Sciencx Friday April 9, 2021 » Brand Name Generator in Python., viewed ,<https://www.scien.cx/2021/04/09/brand-name-generator-in-python/>
VANCOUVER
Shaheryar | Sciencx - » Brand Name Generator in Python. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/04/09/brand-name-generator-in-python/
CHICAGO
" » Brand Name Generator in Python." Shaheryar | Sciencx - Accessed . https://www.scien.cx/2021/04/09/brand-name-generator-in-python/
IEEE
" » Brand Name Generator in Python." Shaheryar | Sciencx [Online]. Available: https://www.scien.cx/2021/04/09/brand-name-generator-in-python/. [Accessed: ]
rf:citation
» Brand Name Generator in Python | Shaheryar | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.