how to edit many lines in python with shortcut keys code example
Example: spyder - comment banch of codee
# Single line comment
Ctrl + 1
# Multi-line comment select the lines to be commented
Ctrl + 4
# Unblock Multi-line comment
Ctrl + 5
# Single line comment
Ctrl + 1
# Multi-line comment select the lines to be commented
Ctrl + 4
# Unblock Multi-line comment
Ctrl + 5