graph = [] graph.append(list(map(int, input())))
0011
[0, 0, 1, 1]
graph = list(input())
abc
['a', 'b', 'c']