demo_ref_string_isalnum2.py:
txt = "Company 12" x = txt.isalnum() print(x)
C:\Users\My Name>python demo_string_isalnum2.py
False