1 parent 4c65140 commit 1f16fddCopy full SHA for 1f16fdd
1 file changed
code/ch_08_loops/_04_dont_use_else_or_else.py
@@ -4,7 +4,7 @@
4
print('.', end='')
5
count += 1
6
else:
7
- print("In the else clause of the whole loop.")
+ print("In the else clause of the while loop.")
8
print()
9
10
print("Breaking out of the while: ", end='')
0 commit comments