Saved Bookmarks
| 1. |
Which of the following is the correct way to call a function? a. my_func() b. def my_func() c. return my_func d. call my_func() |
|
Answer» a. my_func() a.) my_func() |
|