Voting age
In the code below, we have dictionaries storing data about different people. Write a function can_vote that receives such a dictionary as input and returns
True
if the person has reached the minimum voting age min_age and False
otherwise.Premium
Python
Setting up Python environment...
Output