TopCarl
07.10.2023, 00:28
Помогите с кодом, выбивает ошибку (TypeError: expected str, bytes or os.PathLike object, not tuple) на 3 строке
Python:
elif
select
==
'1'
:
from
mail
import
get_mail
text_file
=
'Akum.csv'
,
'BP1.csv'
search_value
=
input
(
f'{COLOR_CODE["YELLOW"]}[@]Введите почту:'
)
get_mail
(
text_file
,
search_value
)
Python:
elif
select
==
'1'
:
from
import
get_mail
text_file
=
'Akum.csv'
,
'BP1.csv'
search_value
=
input
(
f'{COLOR_CODE["YELLOW"]}[@]Введите почту:'
)
get_mail
(
text_file
,
search_value
)