Пишу код в результате выдает ошибка но и результат тоже выдается как избавиться от ошибка что бы она не выходила?
код:
from numba import njit
a = open('ere.txt', 'r').read().strip().split('\n')
@njit()
def qw(a):
print(a)
qw(a)
Ответ :
C:\Users\Akshin\AppData\Local\Programs\Python\Python38\lib\site-packages\numba\core\ir_utils.py:2031: NumbaPendingDeprecationWarning:
Encountered the use of a type that is scheduled for deprecation: type 'reflected list' found for argument 'a' of function 'qw'.
For more information visit https://numba.pydata.org/numba-doc/latest/reference/deprecation.html#deprecation-of-reflection-for-list-and-set-types
File "randomize.py", line 29:
@njit()
def qw(a):
^
warnings.warn(NumbaPendingDeprecationWarning(msg, loc=loc))
['1', '2', '3', '4', '5', '6', '7', '8', '9']
Process finished with exit code 0
Но результат выдается ['1', '2', '3', '4', '5', '6', '7', '8', '9']
да и еще кое что он ругается на сплит