I am trying to make python run a statement that looks like this.
"How much did you make this year: " #Enter amount here in cash
"Expect to pay (4% of your amount in cash) in taxes this year."
I am trying to make python run a statement that looks like this.
"How much did you make this year: " #Enter amount here in cash
"Expect to pay (4% of your amount in cash) in taxes this year."
You can use the following code: