How to turn python turtle to specific rotation

Viewed 23

I want python turtle to turn to specific rotation because after drawing something random, I can't know what is turtle's rotation. Is there a command that in I can type exact rotation that I want for turtle to turn? (lt and rt can't help)

1 Answers
Related