Posts by nicolasassi • 131 points
2 posts
-
2
votes1
answer99
viewsA: Take an element from a list and search in another list
There are several issues to be worked on in the proposed code, but congratulations on the eloboration of the question. Showed effort. use the command with open when opening Python files while…
-
1
votes1
answer79
viewsA: Determine the memory consumption
The question is old, but I think it’s always worth answering. I suggest taking a look at the test package (https://golang.org/pkg/testing/) native of Go. There are several interesting functions for…