demo_ref_string_isalnum2.py:
txt = "Company 12" x = txt.isalnum() print(x)
➜ begtut>python demo_string_isalnum2.py
False