MarkusXL
lvl.4
United States
Offline
|
Oh man this is a drag - -
I poked around and found we are very lucky to be able to import math.
And we can import random... and we can import time...
But, we cannot import cmath... So I tried some more, going against a list of standard Python modules...
We cannot import itertools, or enum, errno, decimal, fractions,gc, glob,io, json, logging, modulefinder, numbers, operators, parser, pickle, pipes, string, struct, sys*, t*, u*, v*,w*,x*,y*,z*.
In other words, our available modules are quite limited. |
|