Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset →
Changeset 6.1.1
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
main.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
main.py
r6
r6.1.1
55
55
captain = 0
56
56
team_failures = 0
57
mission = 0 # The first mission is actually 1.
57
58
58
for mission in range(1, 6):
59
while True:
60
mission += 1
59
61
team_size = mission_size(player_count, mission)
60
62
print("Mission {} needs {} members".format(mission, team_size))
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive