diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-06 23:17:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-06 23:17:44 -0300 |
commit | d709ec2394e54476ec54204371aa1c51b393040c (patch) | |
tree | 3c5359ea6094fc002f986a5617b1a50ab45c0192 | |
parent | b9a1cb2af843392c1f8762cd98377a69ed37642d (diff) | |
download | tools-d709ec2394e54476ec54204371aa1c51b393040c.tar.gz tools-d709ec2394e54476ec54204371aa1c51b393040c.tar.bz2 tools-d709ec2394e54476ec54204371aa1c51b393040c.tar.xz tools-d709ec2394e54476ec54204371aa1c51b393040c.zip |
pow() is built-in? Great! Thanks, pyflakes!
PS. The experience was really changed from level 60~650. From there on, it follows
roughly the increases which were used a lot earlier on original database.
-rw-r--r-- | exptable.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exptable.py b/exptable.py index 01b1be6..080d8c8 100644 --- a/exptable.py +++ b/exptable.py @@ -1,5 +1,4 @@ import random -from math import * i=365914 l=60 o=open("expgroup.db", "w") |