Mr-76 / tabelaperiodica

Whitespace before closing parenthesis FLK-E202
Style
Minor
a year agoa year old
whitespace before ')'
76                print("found")
77
78
79print('!source : https://www.lenntech.com/periodic/elements/rb.htm' )
whitespace before ')'
 55for tipo in tipos:
 56    print("tipo: {}".format(tipo))
 57
 58    escolha = input("esse e o tipo para editar ? Y/N " ) 59
 60    if escolha == "N":
 61        continue #pular para outro tipo