Skip to content

Commit 234a11f

Browse files
authored
Update videogamefan.py
Signed-off-by: Bubbles The Dev <[email protected]>
1 parent a385161 commit 234a11f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python-Fundamentals-part1/student_activity/videogamefan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def calculate_six_month_income(monthly_salary):
4545
return six_month_income
4646

4747
six_month_income = calculate_six_month_income(monthly_salary)
48-
print(f"The income for 6 months is ${six_month_income:.2f}")
4948
print("Income for 6 months has been calculated.")
5049

5150

0 commit comments

Comments
 (0)