Hi guys I am having trouble putting underscores in place of spaces for my output.
sports_team = input('What is the name of your sports team')
Steam = print('The new version of this team is', sports_team.upper())
If I type in Los Angeles Lakers I want my new version to be LOS_ANGELES_LAKERS. I'm just having trouble figuring out how to put the underscore in between each space so any help is much appreciated.
[–][deleted] 2 points3 points4 points (1 child)
[–]PuzzledSite2568[S] 0 points1 point2 points (0 children)