Statements The following Python statements are supported: Variable declarations assignment statement Block-structured statements if-else conditional statement while loop for in loop Control-flow commands pass statement break statement continue statement return statement