Skip to content

Commit

Permalink
Update videogamefan.py
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <[email protected]>
  • Loading branch information
KernFerm authored Feb 2, 2025
1 parent 30b21bf commit ce6fe81
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Python-Fundamentals-part1/student_activity/videogamefan.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# EXAMPLES NOT FOR USE
# --------------------

import os
import time

Expand Down Expand Up @@ -30,4 +33,7 @@ def calculate_income(monthly_salary):
# Example usage
monthly_salary = 1000
mid_income = calculate_income(monthly_salary)
print(f"The mid income for 6 months is ${mid_income}")
print(f"The mid income for 6 months is ${mid_income}")


# STUDENT PASSED ACTIVITY

0 comments on commit ce6fe81

Please sign in to comment.