use of doccumentetion
Sir, if I am typing return? it is showing some message and i am not getting its documentation.
will you explain me why it is happening so.
Python-3.4.3 Getting-started-with-IPython 08-09 min 20-30 sec
Answers:
whate document for detiles tyiping method changed for you
i didn't understand
13-04-20, 11:53 a.m.
Hema1122
will you please explain more clearly
Hello,
If you want to view the information on return statement, call help() in ipython. After you see >help prompt in terminal you type return there and hit enter. You will see the information on return statement.
Thanks.
thank you