Closed danielkrupinski closed 5 years ago
My initial code has consistent 4 space indentation- https://gist.github.com/danielkrupinski/02ffcbd7a2bc45eeb8ef648f8a80768c @zxvnme should keep indentation style as well as quotes style consistent
My initial code has consistent 4 space indentation - https://gist.github.com/danielkrupinski/02ffcbd7a2bc45eeb8ef648f8a80768c
Okay, my bad, the code was re-formatted while pushing to the repository thanks to Jetbrains IDE, what's your thoughts on the 2nd point though?
PEP8 style guide are widely accepted by Python programmers and 4 space indentation is nearly standard indentation for Python scripts. Nonetheless it's up to you to write consequent code following good practices.
Code was formatted by IDE during commiting changes to repository via JetBrains VCS.