Name: Anonymous 2012-10-25 22:32
+ I'm new to python & I don't understand this question.
+ I need a better understanding when it comes to this question, help /prog/. If you do help is it possible to explain how you got the answer?
def even_bigger(x):
return (2 * x) ** x
even_bigger(12)+ I need a better understanding when it comes to this question, help /prog/. If you do help is it possible to explain how you got the answer?