Need help graphing multiple lines equal distance away from each other

I am working on a small project where I am trying to divide a circle into (a) equal parts. I already have a function for finding the angles, but I need a way to graph (a) amount of lines (b) radians apart. Can anyone help?
My Graph

You can use lists to do things like this, because an operation on a list will be repeated for every item in the list. Here is an example: Lines

1 Like

Something like this?

https://www.desmos.com/calculator/x7dvw0xgnc

Thank you very much! I didn’t know that lists could do this.