My issue
why we are not using map function here?
My code
# Update the '_' in the code below
A, B = input().split()
C, D, E = input().split()
F, G, H, I = input().split()
print(A, B, C, D, E, F, G, H, I)
Learning course: Solve Programming problems using Python
Problem Link: CodeChef: Practical coding for everyone