MAP - Kubikzahlen


#!/usr/bin/python
print map(lambda x: x*x*x, range(1, 11))

#!/usr/bin/python
#from math import log

print math.log(1.0)