Python Forum
While loop in Python and C++
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
While loop in Python and C++
#2
in python:
while int(input()):
    # my code
use 4 spaces for indentatioon
Reply


Messages In This Thread
While loop in Python and C++ - by smjt2000 - Jun-18-2020, 07:41 PM
RE: While loop in Python and C++ - by Larz60+ - Jun-18-2020, 08:46 PM
RE: While loop in Python and C++ - by bowlofred - Jun-18-2020, 09:08 PM
RE: While loop in Python and C++ - by deanhystad - Jun-18-2020, 09:14 PM
RE: While loop in Python and C++ - by smjt2000 - Jun-18-2020, 09:16 PM
RE: While loop in Python and C++ - by jefsummers - Jun-19-2020, 01:43 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020