It's something very simple but it has given me a little headache, I am very new. The idea is to join two lists so that:
list one = 1, 3, 5
list two = 2, 4, 6
The result should be:
list three = 1, 2, 3, 4, 5, 6
I already made the c...
asked by
18.03.2018 / 23:16