Run »
txt = "Demo" x = txt.isidentifier() print(x)
True