Mr-76 / tabelaperiodica

Consider using f-strings PYL-C0209
Performance
Minor
1 occurrence in this check
Formatting a regular string which could be a f-string
38            pass
39     #  '________________________'
40
41    familia_periodo = ("Elemento pertence a familia {}{} de periodo {}".format(42        int(coluna+1), familia, int(linha+1)))
43
44    print(familia_periodo)