Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

help() Function in python

>>> import math
>>> help(math.tan)
Help on built-in function tan in module math:
tan(x, /)
Return the tangent of x (measured in radians).
Source by softhunt.net #
 
PREVIOUS NEXT
Tagged: #Function #python
ADD COMMENT
Topic
Name
6+7 =