visa codesignal 17/11/2025 - failed
Summary
Interview Experience
I failed just a moment ago. Hope this helps you. The first two questions are exactly like these: ``` # Input -> Output # text = "" -> 0 # text = "abc" -> 1 # text = "abcxccc" -> 2 # Rule: If the first and last character of a triple substring is same count += 1 def count_triples(text): coun...


