Skip to content

section 17.2: faulty double zero #97

Open
@jgmbenoit

Description

@jgmbenoit

In section 17.2, a double zero (00) is used instead of a single zero (0) to initiate start.second to zero.

Activity

wenbindu

wenbindu commented on Oct 9, 2022

@wenbindu

I am sure, the single zero(0) is used in the chapter.

AllenDowney

AllenDowney commented on Oct 9, 2022

@AllenDowney
Owner

Will fix.
It actually works, since it is an octal zero, but it creates unnecessary confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @AllenDowney@wenbindu@jgmbenoit

        Issue actions

          section 17.2: faulty double zero · Issue #97 · AllenDowney/ThinkPython2