python_ref_string_isalnum_2.py:
x
 
txt = "Company 12"
x = txt.isalnum()
print(x)