0
How to take from user?
first line contain a integer with test case. second line space separated 3 input all are in integer. eg: 5 1 2 3 4 5 6 7 8 9 11 23 45 76 5 67
1 Answer
0
for _ in range(int(input()):
user_input =input()
...
first line contain a integer with test case. second line space separated 3 input all are in integer. eg: 5 1 2 3 4 5 6 7 8 9 11 23 45 76 5 67