a global variable
yes
no. they are a pseudorandom number sequence
import random
seed
return
in a return
statement?
an expression
literals, variables, calculations, function calls
return
statement return more than one value?
yes
True
if the parameter number_1
were equal to the parameter number_2, but otherwise return False
.
return number_1 == number_2
True
if the parameter number
were less than 0, but otherwise return False
.
return number < 0