Fixed comments.
This commit is contained in:
parent
0b8f4c755c
commit
fe8107cfc3
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ while run:
|
||||||
# Convert the selection to an integer
|
# Convert the selection to an integer
|
||||||
selection = int(choice)
|
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
|
# Could be written as: selection >= 0 and selection <= count
|
||||||
if 0 <= selection <= count:
|
if 0 <= selection <= count:
|
||||||
print
|
print
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue