Posts by kspaux • 43 points
1 post
-
3
votes1
answer878
viewsQ: Python functions
I did this Python exercise, version 2.7: Instructions First, define (def) a function called Cube (cube) that takes an argument called number (number). Do not forget the parentheses and colons! Make…