Python Forum
How to paste several lines of codes to the Python console
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to paste several lines of codes to the Python console
#9
I pasted on Linux (mint 20) python 3.9.0, worked fine:
Python 3.9.0 (default, Oct  6 2020, 22:09:03) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> print('a')
a
>>> i = 1
>>>
Reply


Messages In This Thread
RE: How to paste several lines of codes to the Python console - by Larz60+ - Dec-17-2020, 06:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem with Spyder IDE: Clear console doesn't actually clear the console GalacticStarfish 2 5,648 Sep-03-2017, 09:01 PM
Last Post: dvs1

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020