Answer:
. Write a Python program to check that a string contains only a certain set of characters (in this case a-z, A-Z and 0-9)
Explanation:
. Write a Python program to check that a string contains only a certain set of characters (in this case a-z, A-Z and 0-9)