Untitled

 avatar
unknown
plain_text
4 years ago
141 B
5
Indexable
int(line_1) = input("number of testcases")
i=0
testcases = []
for i < line_1:
  testcases.append(input("input testcases"))
  i++

str.split()
Editor is loading...