0
How can I remove the "None" at the end of my function's outputs? CĂłmo puedo quitar "None" al final de las salidas de mi funciĂłn?
https://code.sololearn.com/cUnj5Rk2tkE9/?ref=app The function is working fine but the word "None" appears at the end of the result. What can I do to delete it? La funcion trabaja bien, pero me aparece "None" al final del resultado, cĂłmo hago para que no aparezca?
4 Answers
+ 2
Por cierto char(salida) provoca resultados inesperados y de hecho es una operaciĂłn redundante pues la salida serĂĄ formateada como en string de todas formas.
0
Mirielleđœ thank you so much!
0
Kevin Star GRACIASS!