Why is the invalid syntax and how can I actually fix this? I have
import sys
import yaml
import threading
import argparse
from math import pi
And later on I have
with args.config as f:
config - yaml.load(f)
However every time I try to run it it throws up the error that args is invalid syntax. Please tell me, what can I do?