I am looking to extend a list and have the following This gives ListC as having <type ‘NoneType’> and I am wondering why this isn’t just a list as well. Thanks! Answer extend, like many other list operations, operates in-place and returns None. ListA is modified with the extra elements.