Sum of the first nth term of Series (7th kyu)
- Module:
sum_of_nth_terms.py - Tests:
test_sum_terms.py - URL: challenge url
Coordinates Validator (4th kyu)
- Module:
coordinates_validator.py - Tests:
test_coordinates_validator.py - URL: challenge url
Simple Pig Latin (5th kyu)
- Module:
simple_pig_latin.py - Tests:
test_simple_pig_latin.py - URL: challenge url
1's, 0's and wildcards (5th kyu)
- Module:
_1s_0s_and_wildcards.py - Tests:
test_1s_0s_and_wildcards.py - URL: challenge url
Grouped by Commas (6th kyu)
- Module:
grouped_by_commas.py - Tests:
test_grouped_by_commas.py - URL: challenge url