Skip to content

Commit ce6fe81

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Python-Fundamentals-part1/student_activity/videogamefan.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# EXAMPLES NOT FOR USE
2+
# --------------------
3+
14
import os
25
import time
36

@@ -30,4 +33,7 @@ def calculate_income(monthly_salary):
3033
# Example usage
3134
monthly_salary = 1000
3235
mid_income = calculate_income(monthly_salary)
33-
print(f"The mid income for 6 months is ${mid_income}")
36+
print(f"The mid income for 6 months is ${mid_income}")
37+
38+
39+
# STUDENT PASSED ACTIVITY

0 commit comments

Comments
 (0)