8000 Tweaking comment · kavya-git3/intro-to-python@ace4407 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit ace4407

Browse files
committed
Tweaking comment
1 parent ab00705 commit ace4407

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

session_03/slides/session_3.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ if age <= 13:
318318
elif age < 18:
319319
print("You are between 14 and 17")
320320
elif age == 0:
321-
# This can never be run
321+
# This will never get run
322322
print("You aren't born yet")
323323
else:
324324
print("You are 19 or over")
@@ -365,4 +365,3 @@ if not (age > 12 and age < 20):
365365

366366
# [fit] Coding Time
367367
## Section B
368-

0 commit comments

Comments
 (0)
0