Iftakharpy / algoexpert-download

Downloads all questions and solutions using python from https://www.algoexpert.io
Apache License 2.0
24 stars 7 forks source link

Can't run main type|type error #4

Closed UomoLepre closed 2 years ago

UomoLepre commented 2 years ago

File "C:...\algoexpert-download-main\practice_environment_builder\starter_test_file_writter.py", line 15, in def get_tester_code(question_object:dict|list, question_tests_object:dict|list, module_to_test:str): TypeError: unsupported operand type(s) for |: 'type' and 'type'

Iftakharpy commented 2 years ago

Which version of python are you using? I think you should use the latest version of python.