User Profile
Collapse
-
How do I add four numbers of a list together?
If the list were to be [1,2,3,4] how would I make a code to add them together -
Writing a list in reverse in python
Hi I am doing an assignment for m programming class but I can not figure out what to do after this...
a = [1,2,3,4]
for i in range(len(a))
print (a[(i+1)*-1])
No activity results to display
Show More