You can use string formatting to accomplish this.
By the way, the problem in your syntax is that you’re missing the concatenation operator after the answer insertion, but string formatting is cleaner anyway.
You can use string formatting to accomplish this.
By the way, the problem in your syntax is that you’re missing the concatenation operator after the answer insertion, but string formatting is cleaner anyway.