kyu_6.first_character_that_repeats package
Submodules
kyu_6.first_character_that_repeats.first_character_that_repeats module
Solution for -> First character that repeats.
Created by Egor Kostan. GitHub: https://github.com/ikostan
kyu_6.first_character_that_repeats.test_first_character_that_repeats module
Test for -> First character that repeats.
Created by Egor Kostan. GitHub: https://github.com/ikostan
- class kyu_6.first_character_that_repeats.test_first_character_that_repeats.FirstDupTestCase(methodName='runTest')[source]
Bases:
TestCaseTesting first_dup function.
- _classSetupFailed = False
- _class_cleanups = []
Module contents
First character that repeats.