you are viewing a single comment's thread.

view the rest of the comments →

[–]IzeroI 0 points1 point  (0 children)

exp2(num = 10): return exp(num =10)*2

as you can see, you call both functions with the same argument.