This is the presentation associated with the python syntax video.
[dflip id=”1302″ ][/dflip]
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?
[bg_collapse view=”button-blue” color=”#ffffff” icon=”eye” expand_text=”Show Answer” collapse_text=”Hide Answer” ]
Yes, we can, but all the lines of the block should follow the same pattern.
[/bg_collapse]