Posts by echaves • 17 points
2 posts
-
-2
votes3
answers67
viewsQ: How to not execute lines of code when the name is not in the list
Good evening! I’m starting Python programming. I have this exercise (book) that I changed to have more user interaction. When we insert a string that is not in the list, it presents the 'menu'. How…
-
0
votes1
answer295
viewsQ: Ordinal numbers
Hello, I’m starting programming and I’m studying Python. Performing an exercise I managed to get the expected result. However, when I try to do the same program by converting the list to INT, it…