python_ref_string_isalnum_1.py:
x
 
txt = "Company12"
x = txt.isalnum()
print(x)