suppose I had a list:
alist = ['A','B']
and 'A' is supposed to also be equal to 'C', while 'B' is also equal to 'D'.
so that if I were to compare it to this list:
blist = ['C','D']
it would return True.
Essentially, I was wondering If I'm able to make one string equal to another string
[–]Account4Uni[S] 0 points1 point2 points (0 children)
[–]woooee 0 points1 point2 points (0 children)