diff --git a/episode15/codingYouTube101.py b/episode15/codingYouTube101.py index 28526b5..1572dd5 100644 --- a/episode15/codingYouTube101.py +++ b/episode15/codingYouTube101.py @@ -88,7 +88,7 @@ while run: # Convert the selection to an integer selection = int(choice) - # It must also be between 1 and the total number of episodes + # It must also be between 0 and the total number of episodes # Could be written as: selection >= 0 and selection <= count if 0 <= selection <= count: print