Suppose I have a list like this:
l=[20,30,40]
How do I create 3 lists like this:
l1=[2,0]
l2=[3,0]
l3=[4,0]
PS: I came up with this question to find how to multiply each digit of a number in a list. For example, from the list [22,23,24...
asked by
24.05.2018 / 04:22