Changeset 53 for pycodebattler/trunk
- Timestamp:
- 12/18/10 02:03:36 (15 years ago)
- File:
- 
          - 1 edited
 
 - 
          pycodebattler/trunk/pycodebattler/score.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        pycodebattler/trunk/pycodebattler/score.pyr52 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.
      
