Skip to main content
1 of 2
mousetail
  • 14.4k
  • 1
  • 41
  • 91

Python + Pygame, 77 bytes

from pygame import* image.save(transform.rotate(image.load(a:=input()),90),a) 
mousetail
  • 14.4k
  • 1
  • 41
  • 91