Super Easy question, but I'm have a brain fart. I have the following variables: hours, minutes, seconds I'm trying to write the following statement:
"I have worked (hours) hours, (minutes) minutes, and (seconds) seconds"
The parentheses indicate the variable.
How would i write that?
msg = "I have worked (hours) hours, (minutes) minutes, and (seconds) seconds"