First Program
- It is terribly easy to put in writing and execute any Python Program.
- Python Program may be executed directly within the command.
Indentation in Python
- C ,C++,Java etc. languages use braces to point blocks of code for sophistication and performance definitions or flow management.
- But Python uses indentation to point a block of code.
- We can use a minimum of one space for indentation.
- indentation could be a important component in Python as a result of if you forget or skip the indentation then you may get a error in program.
Program: Greatest value in two number
- Python code will raise an error if you skip indentation.
- You can use range of areas for indentation however areas should be same within the same block of code.