notebook.community
Edit and run
In [ ]: seq = 'MPISEPTFFEIF' print(seq)
seq = 'MPISEPTFFEIF' print(seq)
In [ ]: unique_aa = set(seq) print(unique_aa)
unique_aa = set(seq) print(unique_aa)