Python SyntaxRules for writing Python code.ExamplesIndentation ExampleCorrect indentation.if 5 > 2: print("Five is greater than two!") Try it YourselfIndentation ErrorThis will cause a syntax error.if 5 > 2: print("Five is greater than two!") Try it YourselfTest Your KnowledgePython QuizNo quiz available for this topic yet.PreviousNext