flowchart

Flowchart Iterating through List

Flowchart Iterating through List Question: Let say I have a list l l = [‘a’, ‘b’, ‘c’] To iterate through the list, for i in l: # <some function> My problem is how should I represet it in a flowchart? Should I use i as index? Thanks in advance. Asked By: Cheah Ken Win || …

Total answers: 2

Not getting the correct result for my output in average function

Not getting the correct result for my output in average function Question: I’ve been working on do loops for python although there isn’t one for the language. I am trying to get the average of certain integers entered until a negative integer is entered. I was able to get the program working, instead it gives …

Total answers: 3