Python Indentation or Python Syntax

What is Python Indentation or Python Syntax?
Indentation is nothing but kind of space if we talk about c language,java then this programming language uses "{}" curly braces to separate code but in python we need to use space for separating line of code.

For example: to use indentation only have to enter then automatically it will indent on that indent we have to use statement to be executed



Output:





Comments

Popular posts from this blog

Python Tutorial Introduction

Python Comment