So i decided that i switch to sublime text 3 because IDLE doesn't have the autocomplete feature and it makes my development process slow. But when i try to build my code this is what happens. Did not face the same with IDLE. AM i missing something ?
            Asked
            
        
        
            Active
            
        
            Viewed 28 times
        
    0
            
            
        - 
                    2related: https://stackoverflow.com/questions/22529265/sublime-text-3-convert-spaces-to-tabs – FObersteiner Jul 17 '20 at 14:11
- 
                    1In Python the very widely-accepted practice is to indent with 4 spaces. Please see the duplicate question for how to set that permanently. – MattDMo Jul 17 '20 at 20:27
