Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
can't reference indexed item in list

Trying to understand why I'm able to access the entire list of order_ids but when trying to reference a specific item then I get a 'list out of range' error. e.g. log.info(c.order_ids) prints both order id's but log.info(c.order_ids[1]) runs an error..