filters: ['DumpStack.log.tmp', 'hiberfil.sys', ...] #И остальные файлы...
[b for a in lst for b in a]
mas = [ [-2, 3, 3, 0, -3],
[15, 0, -2, 10, 10],
[0, 25, 12, -5, -7] ]
max_elem = max([x for b in mas for x in b])
for m in range(len(mas)):
if max_elem in mas[m]:
max_elem_index = mas[m].index(max_elem)
up_right_list = [elem for b in mas[:m+1] for elem in b[max_elem_index:]]
print(up_right_list)
sum_max_elem = sum(up_right_list)
break
print(sum_max_elem)
@client.command()
async def embed(ctx):
embed=discord.Embed(title="Sample Embed", url="https://example.com/", description="This is an embed that will show how to build an embed and the different components", color=0xFF5733)
await ctx.send(embed=embed)
cur.execute('insert into SHOP_ACTIVE values(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)', price_list)
conn.commit()
Но этот варянт всё же пару раз отбросил раздумывая над решением, что было бы ещё лучше.. Вот пока сижу и думаю над этим...