What does built-in function help do in context of classes?

What does built-in function help do in context of classes? Correct Answer Determines class description of any built-in type

help() usually gives information of the class on any built-in type or function.

Related Questions