int
float
bool
str
type()
int()
float()
bool()
str()
list
tuple
dict
set
if/elif/else
if/else
if
elif
for
range()
enumerate()
while
ndarray
print()
start
stop
step
x = 2 # -2 y = "Non-negative" if x >= 0 else "Negative" print(y)
## Non-negative