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 interpreted as an "enter." >
def depositlist():
deplist = str(input('''Entre com a lista de depósitos: '''))
clear = re.findall(':.+[.)$]', deplist)
print(clear)
I need it to read the list below and separate the rows for 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