Computer Science, asked by Anonymous, 1 month ago

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 urgent
Class 9th
Chapter Conditional Statements And Loops
Don't even try to post irrevalent answers otherwise your 10 answers will be deleted​

Attachments:

Answers

Answered by pratyakshsingh03
5

Answer:

option d , is the correct option

Similar questions