How to invert an entire list?

I have a list of numbers I want to invert. How would I go about doing that?

List.Reverse?

image

Wait… What have you tried?..

Lol yeah this works. I figured it out as soon as I posted this. You can also just make a simple code block that says 1/x, and just drag the list to it.

I don’t think a codeblock with the content of “1/x” will do anything but divide 1 with each item of the list :slight_smile:
image

Yeah I was looking to inverse a list, not really to reverse a list. Thanks though.