Проверка на питоне, если тип
if isinstance(o, str):
Eager Echidna
if isinstance(o, str):
test = "This is a string"
print(type(test))