+ I CS6 - Double Write a function double, which takes a float as an argument and returns twice the value of the argument
Posted: Wed Mar 30, 2022 9:29 am
+ I CS6 - Double Write a function double, which takes a float as an argument and returns twice the value of the argument. double(2.0) -> 4.0 double(2.5) -> 5.0 Below your function definition, call the function passing in the parameter 5.0 and print the return value of the function to output. /home/functions.py Spaces: 4 (AL Terminal