Method of collective right shift of Python code:
Simply select the code that needs to be moved to the right and press the tab key.
The method of collective left shift of code in Python:
Simply select the code that needs to be moved to the left and press shift+tab.
The collective right shift and left shift in Python bring a lot of convenience to Python, which has strict format requirements.
Knowledge point supplement:
Python code is moved left or right as a whole
Selected code block:
1 ) Right shift: Tab directly
2 ) Move left: Shift + Tab
Recommended Posts