My issue
how to solve this
My code
# Update your code below
t = int(input())
for i in range(t):
A = input()
Learning course: Python with Data structures
Problem Link: Practice Problem in - CodeChef
how to solve this
# Update your code below
t = int(input())
for i in range(t):
A = input()
Learning course: Python with Data structures
Problem Link: Practice Problem in - CodeChef