In [ ]:
seq = 'MPISEPTFFEIF'
print(seq)

In [ ]:
unique_aa = set(seq)
print(unique_aa)