Skip to content

Commit 6e51792

Browse files
committed
Clarify instructions in Hours exercise
1 parent bc782f9 commit 6e51792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1_beginner/chapter4/practice/hours.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hours
22
# Write a program that asks the user
33
# how many hours they spend on the internet
4-
# per day, and return if they’re addicted
4+
# per day, and print if they’re addicted
55
# or not based on the hours. (5 or more hours
66
# is addicted, less is not).
77

1_beginner/chapter4/solutions/hours.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Hours
22
# Write a program that asks the user
33
# how many hours they spend on the internet
4-
# per day, and return if they’re addicted
4+
# per day, and print if they’re addicted
55
# or not based on the hours. (5 or more hours
66
# is addicted, less is not).
77

0 commit comments

Comments
 (0)