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 bc782f9 commit 6e51792Copy full SHA for 6e51792
1_beginner/chapter4/practice/hours.py
@@ -1,7 +1,7 @@
1
# Hours
2
# Write a program that asks the user
3
# how many hours they spend on the internet
4
-# per day, and return if they’re addicted
+# per day, and print if they’re addicted
5
# or not based on the hours. (5 or more hours
6
# is addicted, less is not).
7
1_beginner/chapter4/solutions/hours.py
0 commit comments