|
|
|
|
|
by dale_glass
903 days ago
|
|
I'd have done both the hint and the actual result. Like this: >>> print
<built-in function print>
>>> exit
<built-in function exit>
Hint: Use exit() or Ctrl-D (i.e. EOF) to exit
>>>
This way, it does do the thing you literally asked for, but also does help a newbie out. |
|