Changeset 6.1.22


Ignore:
Timestamp:
08/20/2016 06:41:07 PM (8 years ago)
Author:
David Owen <dsowen@fugue88.ws>
branch-nick:
state
revision id:
dsowen@fugue88.ws-20160820184107-w4qswmraj339mjxu
Message:

Fixed nonlocal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.py

    r6.1.21 r6.1.22  
    6969
    7070    def assemble_team():
    71         nonlocal approved, captain, team
     71        nonlocal approved, captain, team, team_failures
    7272
    7373        print("Captain is {}".format(captain))
Note: See TracChangeset for help on using the changeset viewer.