Mr-76 / tabelaperiodica

Indentation is not a multiple of four in comments FLK-E114
Style
Minor
a year agoa year old
indentation is not a multiple of 4 (comment)
35            coluna = 1
36        else:
37            pass
38     #  '________________________'39        
40    familia_periodo = ("Elemento pertence a familia {}{} de periodo {}".format(int(coluna+1),familia,int(linha+1)))
41
indentation is not a multiple of 4 (comment)
20
21    (linha,coluna) = Localizando_o_elemento 
22        
23      #  "classificando as familias"24    print(type(coluna))
25    if coluna not in familiaB:
26        familia = 'A'
indentation is not a multiple of 4 (comment)
 7class Elemento():
 8    def __init__(self,nome):
 9        self.massa = massa[nome]
10       # se#lf.atomico = atomico[nome]11        self.eletrong = eletro[nome]
12        self.estado = estado[nome]
13        self.tipo = tipo[nome]
indentation is not a multiple of 4 (comment)
183
184
185               # with open(Nome_Arquivo,'w') as arquivo_deTexto:
186               #     string = str(dicionario_volta)187                #    arquivo_deTexto.write(string)
188
189    except:
indentation is not a multiple of 4 (comment)
182                    escrever_arquivo(Nome_Arquivo,dicionario_volta)
183
184
185               # with open(Nome_Arquivo,'w') as arquivo_deTexto:186               #     string = str(dicionario_volta)
187                #    arquivo_deTexto.write(string)
188