Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Part 5-2 "Copying a list" example typo #72

Open
noswald1 opened this issue Jul 4, 2024 · 0 comments
Open

Part 5-2 "Copying a list" example typo #72

noswald1 opened this issue Jul 4, 2024 · 0 comments

Comments

@noswald1
Copy link

noswald1 commented Jul 4, 2024

In the first example in section "Copying a list" of Part 5-2, the example output doesn't match the example code.

In the code it says:
print("the original:", my_list)
print("the copy:", new_list)

in the output it says:
my_list [1, 2, 3, 3, 5]
new_list [10, 2, 3, 3, 5, 6]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant