My issue
what is contiguous string
My code
# Update the code below to solve the problem
t = int(input())
for i in range(t):
S = input()
Learning course: Python for problem solving - 2
Problem Link: CodeChef: Practical coding for everyone