Using a variable as a Save file name ~ im.save(type, '.png')
问题 This is what I'm inputting: type = 'filename' im.save(type, '.png') and what this is supposed to do is save the file in a .png format but with the variable as the name, I'm just not 100% sure how the format/syntax is supposed to be laid out. Is it the same as if I wanted to print the variable: Print(type, "This shows up beside the type I think") edit, Don't pay to much attention to the list, it's mostly there as an example. I not sure how to have a variable right beside a Plain text word like