Closed pythonbyte closed 4 years ago
Thanks for the PR, could you please be able to move the Tests inside of the script file to the root test file. you can name your test file as test_given_string.py
.
Thanks for the PR, could you please be able to move the Tests inside of the script file to the root test file. you can name your test file as
test_given_string.py
.
Updated !
no activity, closing
Given a string find out whether there are the same number of letters inside of it.
Input "aabbccdd"
Output
True