Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
name: Solution Review Challenge 1
about: A template PR for code review with a checklist
For Voting age challenge
This code should be able to state and verify a voter's age and compare it to a set voting age in order to return a value containing the voter's name and if they are old enough to vote
Code should also ask for Input for the specific voter's name and be able to return a correct value based on name
This code should use min_age and a defined can_vote functions in order to state and verify ages of all the listed voters
It should also set the ages of the voters with their:
Behavior
Files
/tests/test_file_name.py
Unit Tests
Function Docstring
Raises:
The Function
Strategy
Do's
Don'ts
Implementation
when it's too restricting.