Skip to content

number printing mistake #609

@dlnicoz

Description

@dlnicoz

here 03_operators.md inside example-number part on the very last part there print('Exponentiation: ', 2 ** 3) # 9 it means 2 * 2 * 2
it should be # 8 it means 2 * 2 * 2

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