Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 644 Bytes

File metadata and controls

15 lines (12 loc) · 644 Bytes

Band-Name-Generator-using-Python

👩‍💻Enhancing skills with a Python mini-project focused on crafting unique band names by combining users' pet names with their childhood cities. Key features:

🎤 Welcoming users for an engaging user experience 🌆 Prompts user for city they grew up in 🐶 Asks for user's pet name 🔀 Concatenates city and pet name to generate a unique band name 📝 Input cursor on new line for smooth experience.

Concepts used: print(), input() functions String concatenation Variable assignment

hashtag#Python hashtag#CodingProjects hashtag#BandNameGenerator hashtag#CreativeCoding hashtag#LearnByDoing