Posts by Lucas Estevam • 35 points
2 posts
-
0
votes1
answer39
viewsQ: Handle 2 json files with Javascript
I have 2 json with the following structure and would like to put them in the same order through id. It is only an example the 2 json originally has more than 1000 lines but follow this same…
-
3
votes2
answers183
viewsQ: How to check if the entered option is among the valid options
I’m doing Exercise 28 of the website’s Decision Structure list [Pythonbrasil] (https://wiki.python.org.br/EstruturaDeDecisao) but when I include the code for when the user chooses an invalid option…