I want to check if any character in a string is alphanumeric. I wrote the following code for that and it\'s working fine:
s = input() temp = any(i.isalnum() fo