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

README set_pixel tryit.py function has an error #2

Open
mz21 opened this issue Jun 24, 2019 · 1 comment
Open

README set_pixel tryit.py function has an error #2

mz21 opened this issue Jun 24, 2019 · 1 comment

Comments

@mz21
Copy link

mz21 commented Jun 24, 2019

Hi there,

Big fan of the course so far. One note.

In the README, it shows this code

set_pixel(im, row, col, 0, 0)

But the actual code (correctly) has
set_pixel(im, col, row, 0, 0)

@Ehabur
Copy link

Ehabur commented Aug 21, 2019

hello bro i am trying to run tryit.py but i don't know to include the uwimg.py module to python any help will be appreciated thanks in advance

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

2 participants