No more >>> prompt in IDLE 3.12.x.x?

The >>> prompt has disappeared in my WinPython 3.12.x.x IDLE.

Is this intentional? I haven’t seen any mention of this anywhere.

Hello,

can you try changing the Highlighting Theme:

Options > Configure IDLE > Highlights:

Select a theme from the drop-down menu and make sure to click the Apply button for changes to take effect. Note that you can also create your own custom theme.

2 Likes

Ah, the >>> prompt got moved to the margin and wasn’t showing 'coz it was the same color as background.

Thanks!

Help us help you. Read this link first and learn how to format code so we can help you better. Do not use a screen shot of your code as some of us will copy and paste the code to get it to work for you, so you can learn from this. About the Python Help category You will get more help this way.

Also be sure to include this information in every new post you make.

  1. Your OS name and version.
  2. Which Python, Colab, Jupyter, Pyscript you are using and it’s version.
  3. If you are using a development environment. This is normally required except perhaps while taking a Python class.
  4. Your IDE name and version like Pycharm or Visual Studio Code. VSC sometimes has addons that can help you.