Statement

A compute program statement


Statement is used as output in the following functions:

target = value
"while" statement with condition test
"for" statement with target: target and iterable iterable
"break" statement
"continue" statement
statement at line l, tab s
function definition where name: name and parameters: params
a class named name with bases: bases
a method named method_name with parameters params

Comments

Please log in to add comments