Mr-76 / tabelaperiodica

Too many blank lines found FLK-E303
Style
Minor
a year agoa year old
too many blank lines (3)
65
66
67
68while True:69    elemento = input("Escolha o elemento \ncaso queira parar digite PARE\n")
70    if elemento == "PARE":
71        break
too many blank lines (3)
61
62
63
64Dic_eletro = dicionario.elementos_eletro65
66
67
too many blank lines (3)
53
54
55
56elemento = input("qual elemento? ") 57
58#encontra_elemento(elemento)
59
too many blank lines (5)
47    
48
49
50print("<<<<<<<<<<<<<<<<<<<<<<Periodic table>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")51print("H\nLi","Be                              B  C  N  O  F  Ne\nNa","Mg                              Al Si P  S  Cl Ar\nK"," Ca Sc Ti V Cr Mn Fe Co Ni Cu Zn Ga Ge As Se Br Kr\nRb","Sr Y Zr Nb Mo Tc Ru Rh Pd Ag Cd In Sn Sb Te I  Xe\nCs","Ba   Hf Ta W  Re Os Ir Pt Au Hg Ti Pb Bi Po At Rn\nFr","Ra   Rf Db Sg Bh Hs Mt Ds Rg Cn Nh FI Mc Lv Ts Og")
52print("_____________________________________________________\n")
53
too many blank lines (5)
14
15
16
17    familia = ''18    familia_periodo = ''
19    Localizando_o_elemento = np.where(tabela == elemento)     
20