To answer this programming question:
if isinstance(varA, str) or isinstance(varB, str):
return "string involved"
elif varA > varB:
return "bigger"
elif varA < varB:
return "smaller"
else:
return "equal"
I am hoping that these answers have satisfied your queries and it will be able to help you in your endeavors, and if you would like, feel free to ask another question.