Generation

generate functionFri, 10 Feb 2023

mataqanaa Afsomali

def mat(A): afsomali = ["A", "B", "T", "J", "X", "K", "L", "M", "H", "D", "C", "U", "E", "I", "O", "W", "G", "F", "Q", "N", "Y", "P", "S", "R", "Z", "V"] l = list(A) l = [afsomali.index(x) for x in l] return l mat("GIT")

Questions about programming?Chat with your personal AI assistant