“ayuda () Python” Código de respuesta

función de ayuda () en 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).
Outrageous Ostrich

ayuda () Python

help(fun_name)
// example
help(print) tells everything about print function
ap_Cooperative_dev

Respuestas similares a “ayuda () Python”

Preguntas similares a “ayuda () Python”

Más respuestas relacionadas con “ayuda () Python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código