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 30b21bf commit ce6fe81Copy full SHA for ce6fe81
Python-Fundamentals-part1/student_activity/videogamefan.py
@@ -1,3 +1,6 @@
1
+# EXAMPLES NOT FOR USE
2
+# --------------------
3
+
4
import os
5
import time
6
@@ -30,4 +33,7 @@ def calculate_income(monthly_salary):
30
33
# Example usage
31
34
monthly_salary = 1000
32
35
mid_income = calculate_income(monthly_salary)
-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