Please help me with the task: Calculate Your Salary.

Hello, I’m working on this task:

Here is my code:


print(f"In one year my salary is going to be 1000 USD")
print(f"In two years my salary is going to be 2000 USD")
print(f"In three years my salary is going to be 3000 USD")
print(f"In four years my salary is going to be  10000 USD")

Can anyone please help me to solve it?