Python pt.2 (how to add or delete stuff from lists)
16 Apr 2021 1 minute read 0 comments ZeusXx
Today I will teach you how to insert stuff in to list or how to delete stuff from the list. So first we need to have a list and it is simple to make! workdays = ["monday","tuesday","thursday","firday","saturday"] So here is our list, first to m...