Search Results

0
votes

So in ‘good’ Python do you have to type every space individually?

Re mattlant: Well, typically there's a command to decrease the indentation that you can use instead of having to delete the spaces individually. In e.g. vim, it's bound to the < key by default, …