We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc3d0e + 7e01c9b commit 2363d37Copy full SHA for 2363d37
forloopinpython
@@ -0,0 +1,5 @@
1
+fruits = ["apple", "banana", "cherry"]
2
+for x in fruits:
3
+ if x == "banana":
4
+ break
5
+ print(x)
0 commit comments