0
Help me with that code, it's not running on my phone
#Convert Image Into black And white from PIL import image #pip install Pillow img= Image.open("kakashi.png") blackAndWhite = img.convert ("L") blackAndWhite.save(' bw_kakashi.png') blackAndWhite.show( )
2 odpowiedzi
+ 1
I don't think you can install and import libraries like PIL in the code playground. If you want this to work, I would recommend you to try it out on a computer.
0
Thanks