Computer Science, asked by nasruddinkha74, 5 hours ago

8. Which of these is a correct looping statement?
a. for x as 'Python'
b. for x in 'Python'
c. for x in 'Python':​

Answers

Answered by adityaandpranjalsing
0

Answer:

for x in python

Explanation:

i think this is right answer

Answered by Falcon06
0

Answer:

for x in 'Python' :

Option c is the right answer.

Please Mark as Brainlist

Similar questions