Posts by Leandro • 1 point
1 post
-
0
votes1
answer234
viewsQ: Error creating function in Python 3.7.0
I cannot execute this code, it should receive an image in format .BMP and return to the list of pixels, do not know what can be wrong: from struct import pack from struct import unpack def…