1-This is for adding many different numbers in one grope: numbers=[5,3,9] totallist=0 i=0 while i<len(numbers): totallist=totallist+numbers[i] i=i+1 print totallist |
Recent site activity
|
classworks
Attachments (14)
|
Sign in Terms Report Abuse Print page | Powered by Google Sites