2
I’m having a problem, my code needs to read a string that contains more than one line, however it reads the first and to, as if when the line is skipped, it interprets as a "enter".
def depositlist():
deplist = str(input('''Entre com a lista de depósitos: '''))
clear = re.findall(':.+[.)$]', deplist)
print(clear)
I need him to read the list below and separate the lines referring to the values, excluding the blank line and the time.
1) #9ea587 - EXEMPLO DOS SANTOS - 4000,00 BRL - Neon
[4:46]
2) #1abcd45 - FULANO DA SILVA- 1000,00 BRL - Santander