mutability
static typing
dynamic typing
immutability
Yes
No
Yes, if the values are < 100
Yes, if the values are > 100
Operands
Expression
operators
Equation
not
%
and
+
28
739
829
64
x += 5
x *= 5
x = x ** 5
none of these
0
1
10
1.0
5
directs the order of execution of the statements in the program
dictates what happens before the program starts and after it terminates
defines program-specific data structures
manages the input and output of control characters
go
pass
over
;
selection
repetition
sequence
flow
colon
statements indented at a lower, same level
indentation in any form
{ }
A comment
}
end
A line that is indented less than the previous line
break
continue
goto