battlecode / battlehack20

🐍
https://bh2020.battlecode.org
GNU General Public License v3.0
12 stars 3 forks source link

Return statement after return statement fails to compile #131

Open ghost opened 4 years ago

ghost commented 4 years ago
def turn():
    return
    return

gives the lnotab compiling error and does not let the game begin.