Edited by George Muirhead, Thursday, 24 Oct 2024, 16:15
Knew I could do it
Took a bit to realise why I was getting it wrong,
The difference is in the test cases for looping each character not a great way to test length of entire input, where as the other tests were testing individual values within the sequence string!
Week 4 M269-24J Sequences and Iteration Quiz (Q9)
Knew I could do it
Took a bit to realise why I was getting it wrong,
The difference is in the test cases for looping each character not a great way to test length of entire input, where as the other tests were testing individual values within the sequence string!