Skirt around control-flow problems...

Tag some of the weaknesses if we can't address them now
This commit is contained in:
rocky
2017-12-07 08:55:45 -05:00
parent 41db5b8848
commit b6413b6e6e
5 changed files with 15 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# while True and if / break
def display_date(loop):
while True:
if loop.time():
if loop:
break
x = 5