0
How do I add a comma-separated list please?
3 Answers
+ 4
Do you want to do an addition / sum with the content of a list (comma-separated)? This can be done like this:
nums = [1,2,3,4] # elements of list have to be numericals
result = sum(nums)
If not, you should make your question a bit more clear.Thanks.
+ 1
How do I add a comma-separated list on CSS please?



