Source Code:
(back to article)
x = "hallo" if isinstance(x, str): print("x ist ein String") else: print("x ist kein String")
Result:
Report an issue