Run »
txt = "hello world!" x = txt.islower() print(x)
True