Skip to content

Indentation issue in Day 9 #554

@jasperhabicht

Description

@jasperhabicht

The pseudo-code example for Nested Conditions in Day 9 has an indentation issue. Although this can't be compiled as it is no proper python, it should adhere to corect indentation. So, instead of

# syntax if condition: code if condition: code 

it should read

# syntax if condition: code if condition: 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