Creating a list: - Tom Kleen

The item can also be in the middle of the list, for example the 3rd element (therefore index 2.) We reconstruct the odds list to start anew: odds = [1, 3, 5, 7, 11]del odds[2]print('odds after removing the 3rd element:', odds) ... use the append property built in all Python list to add char at the end of the list. when the loop is finished the ... ................
................