In Python IDLE, is there a way to delete variables with names starting with certain character(s) from memory, equivalent to Matlab's clear t* that removes all variables with names starting with t from the memory?
Asked
Active
Viewed 235 times
0
Elkan
- 495
- 7
- 20
-
1Also related: https://stackoverflow.com/a/26545111/4349415 – Mike Scotty Aug 23 '18 at 09:20
-
@MikeScotty This is what I want. – Elkan Aug 23 '18 at 09:22