Add error code for return outside function.

This commit is contained in:
Dave Halter
2017-07-20 00:20:22 +02:00
parent d21504e2ca
commit 9c4bf8cec4
6 changed files with 21 additions and 15 deletions

View File

@@ -126,7 +126,7 @@ def qualify_by_address(
if (a == 2 or
b == "abc def ghi"
"jkl mno"):
return True
True
my_list = [
1, 2, 3,