+ 1
This is regarding stack in Python
Why does the engine indicate error when apparently there isn't any ? https://www.sololearn.com/post/1711362/?ref=app
2 Respuestas
+ 2
maybe there's a trailing blank space?
+ 1
maybe there's a trailing blank space? Yes Bob hoorah it worked !! Use the strip function to remove leading and trailing spaces.