Blocks and Indentation in python
- A Block is set of instructions
- Block syntax
<block> :
a....
b....
c....
- Refer Here for indentation
- popular blocks
- if
- while
- def
- for
- class
conditionals
- I want to print if the number is even or not
- Refer Here for programiz.
- Refer Here for notebook
- Try creating a similar notebook and debug
Jupyter notebook debugging
- Watch classroom video
