Skip to content

Commit c319b32

Browse files
authored
Update code_overload.py
1 parent 8b4a67c commit c319b32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Section #2/code_overload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010

1111
var_ible = True
1212

13-
while var_ible = True:
13+
while var_ible == True:
1414
print("This is a overloading example of a while loop")

0 commit comments

Comments
 (0)