builtins.ValueError: 0 is not in list

后端 未结 0 667
夕颜
夕颜 2020-12-10 23:01

I have this code until now:

def alfabeto_deslocado(deslocamento):
letra_inicial = 97 + deslocamento #1a letra deslocada
alfa_lista_deslo = (list(map(chr, rang         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题