Python IDLE equivalent CTRL-R to R

If you have a version of the script in Windows version R, you can run the line (or section of the selected code) in the shell by pressing CTRL-R (believe that it enters the command in the apple version). Is there any similar functionality for IDLE? Many thanks

+5
source share
2 answers

IDLE with IdleX supports the ability to run a single line of code or select by pressing F9. It also has subcodes that allow code to run between the "##" comments. It has the same effect as allocating large amounts of code to execute, but you do not need to constantly highlight highlighting.

+2
source

No

IDLE > IDLE > Action-Key (s) .

+3

All Articles