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.
1 parent f581e7e commit 7e01c9bCopy full SHA for 7e01c9b
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