I want to replace items in lists of lists to draw a cross.
So for example the list:
x="X"
lista =[[x," "," "," ",x],[" ",x," ",x, " "],[" "," ",x," "," "],[" ",x,"
",x, " "],[x," "," "," ",x]]
for l in lista:
print (" ".join(l))
re...
asked by
06.08.2018 / 06:30