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