Answer:
You can call each element in a for loop using: for element in [list name]: ...
Step-by-step explanation:
for element in vowels:
Hint = Hint.replace(element, "*")
Keep in mind, this is only for the part where you modify Hint with Hint.replace().