I can't seem to get the write function to be rotated. I tried the tilt function. Is there something I'm doing wrong? I'm thinking it would be something like this:
e.g. If I set some variable to 180 it would turn the text upside down
edit: as requested here is my attempt, I think I'm using tilt wrong, not sure.
the aim is to write the text at a desired angle (in this case 180, or upside down)
tilt(180)
write('M', move=False, align="left", font=("Arial", 15, "bold"))
still writes it in regular, upright form, as shown here: