Skip to content

Commit 7184147

Browse files
Update Abstract Python Examples.py
1 parent 2c37708 commit 7184147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Abstract Python Examples.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,8 @@ def __init__(self):
867867
print(f'\nYou have 3 chances left before the while-loop breaks out anyway!')
868868

869869
chance+=1
870+
871+
'''----------------------------------------------------------------'''
870872

871873
# This for-loop example does exactly the same thing, the above while-loop example
872874
# shows. The only difference is, the while-loop is a conditional loop, whereas the for-

0 commit comments

Comments
 (0)