Hi, there:
I am working on the Guided Project on eBay car sale data but I have a question about code formatting.
When I looked at the solution on some of the code, I see that it is nicely indented in order to separate the code into different lines.
Solution: <>
However, when I was working on Jupyter it would not do the indentation for me and if I try to do so, it gives me an error.
My code with error: <>
Any hint on how can I make this kind of indentation to make the code easier to read?
Thanks a lot!