Complete the code by filling in the blanks to make the funct…
Complete the code by filling in the blanks to make the function return the number 7. def my_func([n]): [return](n+3) print(my_func([four]) Note: fill in the blanks only. Do not retype all of the code.
Read Details