print('Welcome to this YouTube Channel Name Generator:')
name = input('What is your nickname?\n')
topic = input('What is your channel about?\n')
print(f"You could name your channel ' {topic} with {name} ' ")
To embed this project on your website, copy the following code and paste it into your website's HTML: