The difference between tuple and namedtuple
How to add path into python:
import sys
sys.path
sys.path.append('/path/to/the/example_file.py')
Clear all variables:
import sys
sys.modules[__name__].__dict__.clear()
The difference between tuple and namedtuple
How to add path into python:
import sys
sys.path
sys.path.append('/path/to/the/example_file.py')
Clear all variables:
import sys
sys.modules[__name__].__dict__.clear()