source: git/Singular/dyn_modules/python/perf.py @ 3fcc98e

spielwiese
Last change on this file since 3fcc98e was 3fcc98e, checked in by Hans Schoenemann <hannes@…>, 4 years ago
towards python3
  • Property mode set to 100644
File size: 94 bytes
Line 
1from Singular import number
2n=number(1);
3s=number(0)
4for i in range(1000000):
5        s=s+n
6print(s)
Note: See TracBrowser for help on using the repository browser.