So I’m tasked for a project, to create a simple program with python. One the asks the user to input name, age and favorite color. And then prints a welcome message after. So my issue is I want to have the text change to the users favorite color that they choose. And currently I’m stumped on how or what to make that happen. Any help would be appreciated.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
Check on python's colorama library - it could help
pypi.org/project/colorama/