Python Online IDE
Python Editor
Python | Lesson2 | While Loop
# While loop and break statements.
a
=
4
while
a
<
14
:
print
(
a
)
if
a
==
10
:
break
a
+=
1
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment