Last answered:

13 May 2022

Posted on:

10 May 2022

0

Resolved: How to get shortcuts on python

How did you uncomment all inputs at the same time?

How do we access shortcuts?

2 answers ( 1 marked as helpful)
Instructor
Posted on:

13 May 2022

0

Hey,

Thank you for your question!

In Spyder, you comment lines by pressing Ctrl+1. If you mark several lines at once and press Ctrl+1, then all of them will be commented. Uncommenting a line of code works in the same way.

You can find a list of all shortcuts in Help -> Shortcuts Summary:
image.png
Kind regards,
365 Hristina

Posted on:

13 May 2022

0

Thanks Hristina.

Submit an answer