Python Online IDE
Python Editor
Showing posts with label
Python | lesson2 | While Loop
.
Show all posts
Showing posts with label
Python | lesson2 | While Loop
.
Show all posts
Python | Lesson2 | While Loop
# While loop and break statements.
a
=
4
while
a
<
14
:
print
(
a
)
if
a
==
10
:
break
a
+=
1
Older Posts
Home
Subscribe to:
Posts (Atom)