We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a385161 commit 234a11fCopy full SHA for 234a11f
Python-Fundamentals-part1/student_activity/videogamefan.py
@@ -45,7 +45,6 @@ def calculate_six_month_income(monthly_salary):
45
return six_month_income
46
47
six_month_income = calculate_six_month_income(monthly_salary)
48
-print(f"The income for 6 months is ${six_month_income:.2f}")
49
print("Income for 6 months has been calculated.")
50
51
0 commit comments