Re: Found a problem

2021-03-09 Thread dn via Python-list
On 10/03/2021 09.16, Victor Dib wrote: > Olá, comunidade do Python! Olá Victor! At which point we should switch to English, because this is an English-language list. (there may be Portuguese lists - I haven't looked) Please do not be afraid to write in English. There are many here who are quite

Re: Found a problem

2021-03-09 Thread MRAB
On 2021-03-09 20:16, Victor Dib wrote: Olá, comunidade do Python! [snip] def num_perf_inf(n): divisors = [] perfects = [] limit = n - 1 for i in range(1, limit): dividend = i + 1 for j in range(i): divisor = j + 1 if dividend % d

Found a problem

2021-03-09 Thread Victor Dib
Olá, comunidade do Python! Meu nome é Victor Dib, e sou um estudante brasileiro de programação. Já entrei em contato com vocês hoje, e vocês solicitaram que eu me inscrevesse na lista de e-mails de vocês primeiro. Bom, isso já foi feito, então espero que agora vocês possam dar atenção ao meu ca