t-rexdex / py_bootcamp

Python Bootcamp
0 stars 0 forks source link

Make indentation 4 #2

Closed huytran187 closed 1 year ago

huytran187 commented 1 year ago

https://github.com/t-rexdex/py-bootcamp/blob/5a37a11695980110cee8490e21dd5ab189cb9138/nile-project/main.py#L1

huytran187 commented 1 year ago

It is standard to have 4 chars for indentation. Please edit your IDE to make sure it is 4. Then, pip install black, and at project dir root level, run black . This tool basically reformat your code to follow standard

From now on, I expect to see 4 indentation.