InterviewSolution
Saved Bookmarks
| 1. |
Q. What is the correct syntax to write a for loop to iterate through the list grades? (a) for variable:(b) for variable in grades(c) variable in grades:(d) for variable in grades:Please help it's urgentClass 9th Chapter Conditional Statements And LoopsDon't even try to post irrevalent answers otherwise your 10 answers will be deleted |
| Answer» OPTION d , is the CORRECT option | |