Is there a way to check if the type of a variable in python is string. 有沒有辦法檢查python中的變量類型是否爲字符串。 like: 喜歡: python
isinstance(x,int);
for integer values? 對於整數值? spa