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 2977f43 commit 9540de7Copy full SHA for 9540de7
logic-1/caught_speeding.py
@@ -2,7 +2,7 @@ def caught_speeding(speed, is_birthday):
2
speed0 = 60
3
speed1 = 80
4
5
- if (is_birthday == True):
+ if (is_birthday == "yes"):
6
speed0 = speed0 + 5
7
speed1 = speed1 + 5
8
0 commit comments