Answer:
The function in python is as follows:
def twice(num):
return 2 * num
Step-by-step explanation:
This defines the function; The function receives num as its parameter
This returns twice of num
3.5m questions
4.4m answers