1👍
✅
Use a dictionary to set the keys and then expand it into kwargs with **
, i.e.:
Q(**{test[0]: True})
Source:stackexchange.com