How to check if type of a variable is string?

Is there a way to check if the type of a variable in python is a string, like:

isinstance(x,int);

for integer values?

← Назад к списку