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)
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:
Kind regards,
365 Hristina
Thanks Hristina.