Closed huytran187 closed 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.
https://github.com/t-rexdex/py-bootcamp/blob/5a37a11695980110cee8490e21dd5ab189cb9138/nile-project/main.py#L1