Q51 Single choice Mark for later The function body is missing.What snippet would you insert in the line indicated below: A print('number') B return 'number' C print(number) D return number Correct answer