OverIQ.com
Run (or Hit F9)
s = "A bite of python" print(s.isalnum()) print("123".isalnum()) print("abc".isalnum()) print("abc123".isalnum())