Skip to content

Issue on page /notebooks/chapter_01/chap_01_notebook.html #7

@athlete5

Description

@athlete5

For the following example in 1.7.2 it is stated that the Done message is never printed. I would argue and I have tried out that "Done" is printed infinetly as it part of the loop due to its indentation.

x = 0
while x != 10:
x = x + 3
print('Done')

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