I need to determine if a given Python variable is an instance of native type: str, int, float, bool, list, <
str
int
float
bool
list
What is a "native type" in Python? Please don't base your code on types, use Duck Typing.