pjc50
0
Q:

stackoverflow data structure

q = [ "Which country are you from?" ]
a = list()

for _q in q:
    a.append(input(_q))

print(list(zip(q, a)))
-1

New to Communities?

Join the community