The term ‘not in’ is a banned term in my testcase but I’m struggling in how to change it.
if symbol not in 'ABCDEFGHIJ' or not x.isdigit() or not y.isdigit():
print("Error: invalid input for emitter")
return None
I can’t seem to find codes without the term ‘not in’.
New contributor
Claire Bong is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
5