damien89 damien89 13-11-2020 Computers and Technology contestada Write a function named cube that accepts a number as an argument and returns the cube of that number. Write Python statement(s) that passes 3 to this function and prints returned value.