Python Syntax Presentation


This is the presentation associated with the python syntax video.

Download Presentation

Python Syntax Video Question

This is the question that was asked in the python syntax video

Question : Can we indent python code with 2 spaces?

Yes, we can, but all the lines of the block should follow the same pattern.