American Young Coder

AYC logo

6 PM – Intro to Python – Joshua

Today We Did  Review How to write a list:  name_of_list = How to add things to list Way 1:  Appending -> name_of_list.append(new_object) Way 2 :  Inserting  ->    name_of_list.insert( 1, new_object) HowRead More...