Posts by Magno Leal • 47 points
2 posts
-
1
votes3
answers444
viewsQ: Different results when using != or > in loop condition
I was doing Python exercises and came across the following problem. Assuming that the population of a country A is on the order of 80000 inhabitants with an annual growth rate of 3% and that the…
pythonasked Magno Leal 47 -
1
votes2
answers282
viewsQ: Build list without repeated words from a file
I’m trying to create a program that reads a text file .txt and turn each line into a list. Then, with these lists, the program generates a new list with the words of the previous lists, without…
pythonasked Magno Leal 47