def docstring(functionname):
\# Write your code here help(functionname)
if _name_ == '_main_':
x = input() docstring(x)