Thanks in advance!
I am writing a program to check if a is true and then return True or False. I need to split it up at the equal sign and then check if the 1st item in the list is equal to the second item and vise-versa. Here is what I have so far:
def s_equation(a):
equal=a.split("=")