FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

HOW TO INSERT DELETE COLUMNS ROWS IN EXCEL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following is a way to search for a function?
A
Browse in the Function Library group
B
Click Insert Function and enter a search phrase
C
All of the above
D
None of the above
Explanation: 

Detailed explanation-1: -help() – it is built in function python which when executed, returns docstring along with module name, filename, function name and constant of the module passed as argument. dir()-it is built in function in python which is used to display properties and methods of object passed as an argument in it.

Detailed explanation-2: -def is the keyword for defining a function. The function name is followed by parameter(s) in (). The colon : signals the start of the function body, which is marked by indentation. Inside the function body, the return statement determines the value to be returned.

There is 1 question to complete.