erase

Erase whole array Python

Erase whole array Python Question: How do I erase a whole array, leaving it with no items? I want to do this so I can store new values in it (a new set of 100 floats) and find the minimum. Right now my program is reading the minimum from sets before I think because it …

Total answers: 5