fruits = ["apple", "banana", "cherry"] for x in fruits: print(x) if x == "banana": break identify output ?

0

fruits = ["apple", "banana", "cherry"] for x in fruits: print(x) if x == "banana": break Identify output ?

By Beginner Ali0gamer at Apr 19 2021


Related code examples


Code examples by languages