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?

19th Mar 2020, 1:51 AM
Hugo RaĂșl LĂłpez EnrĂ­quez
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.
19th Mar 2020, 2:10 AM
Kevin ★
0
MirielleđŸ‘œ thank you so much!
19th Mar 2020, 2:07 AM
Hugo RaĂșl LĂłpez EnrĂ­quez
0
Kevin Star GRACIASS!
19th Mar 2020, 2:07 AM
Hugo RaĂșl LĂłpez EnrĂ­quez