Saved Bookmarks
| 1. |
Which of the following keyword is used to define the function test python()?(a) Define(b) Pass(c) Def(d) While |
|
Answer» c) Def In Python a function is defined using the def keyword. |
|