0
Multiply values in a list
Is there a function to multiply the values in a list? example: if I've a list [1, 2, 3, 4] and I want to multiply that value like 1 x 2 x 3 x 4. Is there a finction that help me with that like sort or something... Hope I explain myself :)
2 Antworten
+ 3
AR-code
Or you could create your own function
https://code.sololearn.com/cuK2PVOEGWJp/?ref=app
+ 1
Thank you very much for your help guys UwU