Changeset 53 for pycodebattler/trunk
- Timestamp:
- 12/18/10 02:03:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pycodebattler/trunk/pycodebattler/score.py
r52 r53 130 130 return int(score) or 1 131 131 132 def lines_score(self, coefficient= 4):132 def lines_score(self, coefficient=2.5): 133 133 maxlen = _maxstrlen(self.lines(), 256) 134 134 data_bytes = self.token_bytes([token.NUMBER, token.STRING,
Note: See TracChangeset
for help on using the changeset viewer.