Changes between Initial Version and Version 2 of Ticket #16720
- Timestamp:
- 07/27/14 12:40:44 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16720
-
Property
Status
changed from
new
toneeds_review
-
Property
Branch
changed from
to
u/ncohen/16720
-
Property
Status
changed from
-
Ticket #16720 – Description
initial v2 1 1 Turns out that the use of a brain is underrated. I should really buy one someday. 2 2 3 This is what happens when you think before writing a loop 3 This is what happens when you think before writing a loop: 4 4 5 {{{ 5 6 sage -t --long database.py 7 [340 tests, 3.20 s] 6 8 }}} 7 9 8 10 This is what happens when you do not 11 9 12 {{{ 10 13 sage -t --long database.py 14 [340 tests, 14.43 s] 11 15 }}}