Computer Science, asked by sureshs123450919, 2 months ago

For is valid in python.

Answers

Answered by thilakkumarsivakumar
0

Explanation:

fruits = ["apple", "banana", "cherry"]

for x in fruits:

print(x)

Similar questions