1👍
✅
This is best written using the built-in sum and the getlist
method of request.GET
sum(map(float, request.GET.getlist('weightinputboxes')))
Source:stackexchange.com