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.8
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 06:08:57 PM (
8 years
ago)
Author:
David Owen <dsowen@fugue88.ws>
branch-nick:
state
revision id:
dsowen@fugue88.ws-20160820180857-paqd4ns2u4tmhi0e
Message:
Changed
for
to
while
File:
1 edited
main.py
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
main.py
r6.1.7
r6.1.8
108
108
team_size = mission_size(player_count, mission)
109
109
print("Mission {} needs {} members".format(mission, team_size))
110
for attempt in range(5)
:
110
while True
:
111
111
assemble_team()
112
112
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive