They are similar, as @Yardanico mentioned, but one caveat is that sequences in Nim can only be of a single data type. In python, you can do this:
Run
whereas in Nim, you can only have a sequence of all strings, or all ints, or all floats, etc.