Code: Select all
from PIL import Image
image = Image.open('/home/pi/python_games/4row_arrow.png')
image.show()

Thank you so much!scotty101 wrote: ↑Fri Aug 11, 2017 10:11 amstring.format is a relatively well documented part of the python language
https://mkaz.tech/code/python-string-format-cookbook/
https://www.programiz.com/python-progra ... -in/format
https://docs.python.org/3.4/library/str ... ing-syntax
Thank you ghans. I'll check it and update if I got lost