@sinekonata Yes, the most common and recommended way to check for strings is isinstance(s, str) in Python 3.x – see my answer above. Only if you ...
確定! 回上一頁