Changeset 6.1.1


Ignore:
Timestamp:
08/20/2016 03:05:49 AM (8 years ago)
Author:
David Owen <dsowen@fugue88.ws>
branch-nick:
state
revision id:
dsowen@fugue88.ws-20160820030549-fup1323doj4x2izm
Message:

Hoist mission number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.py

    r6 r6.1.1  
    5555    captain = 0
    5656    team_failures = 0
     57    mission = 0                 # The first mission is actually 1.
    5758
    58     for mission in range(1, 6):
     59    while True:
     60        mission += 1
    5961        team_size = mission_size(player_count, mission)
    6062        print("Mission {} needs {} members".format(mission, team_size))
Note: See TracChangeset for help on using the changeset viewer.