Skip to content

Use while True instead of using a counter variable to run an infinite loop. #1

@codexbutcher

Description

@codexbutcher

instead of

i = 1
while i>0:
# code

do this

while True:
# code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions