Which shortcut key is used for …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Angleena Masih 4 years, 9 months ago
- 1 answers
Related Questions
Posted by Gursimran Dhillon 1 year, 2 months ago
- 1 answers
Posted by Sumedh Roy 1 year, 2 months ago
- 1 answers
Posted by Kanchan Devi 3 months ago
- 1 answers
Posted by Harshada Kendre 1 year, 1 month ago
- 1 answers
Posted by Pooja Gupta 1 year, 2 months ago
- 1 answers
Posted by Adi Cha 1 month, 1 week ago
- 0 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Nisha Kumari 1 year, 2 months ago
- 1 answers
Posted by Ariful Islam 1 year, 1 month ago
- 0 answers
Posted by Rajveer Ghorpade 1 year, 2 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Meghna Thapar 4 years, 8 months ago
On Macs, the shortcut for running your script is Fn + F5. In some Windows systems, it may be Fn + F5 or Ctrl + F5. Another important set of IDLE shortcuts are the ones for accessing command-line history: Alt + p/n (p for previous, n for next) in Windows, and Ctrl + p/n in Mac. A widely used way to run Python code is through an interactive session. To start a Python interactive session, just open a command-line or terminal and then type in python , or python3 depending on your Python installation, and then hit Enter . Here's an example of how to do this on Linux: $ python3 Python 3.6.
0Thank You