Terry J. Reedy added the comment:
For anyone who reads the doc, the added explanation should help.
--
assignee: docs@python -> terry.reedy
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 2.7, Python 3.6
___
Python tr
Roundup Robot added the comment:
New changeset e7bf0727f7df by Terry Jan Reedy in branch '2.7':
Issue #22820: Explain need for *print* when running file from Idle editor.
https://hg.python.org/cpython/rev/e7bf0727f7df
New changeset 824cb25448ab by Terry Jan Reedy in branch '3.4':
Issue #22820: E
R. David Murray added the comment:
Your code doesn't produce any output (ie: there are no print calls). I don't
use Idle myself, but I'm guessing that is why you don't see anything after the
restart line. If that is the case, do you see a place in whatever help or
documentation you have read
New submission from Edward Alexander:
Whenever i run my code on Python IDLE editor,
the output is as follows:
== RESTART
I am a newbie,it seems i cannot move from this point .
This is my code:
def convert_to_celsius(fahrenheit):
re