I want to use list.append(tuple)
But I get error:
Traceback (most recent call last):
File "c:\Users\janju\OneDrive\Desktop\Learning_Trading_Bot\Mean_reversion_bot\data_processing.py", line 30, in <module>
non_stationary_symbols.append[result]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
TypeError: 'builtin_function_or_method' object is not subscriptable