HELP: Calculator with arrays?

Good morning everyone. I’m new to Python and programming and my teacher told me to build a calculator using “arrays” as my first class exercise. I have searched all over the internet about other calculators done by other people, but I don’t know how to make one using “arrays”. I don’t want to duplicate anyone’s code, but I would like to know how to make the math using arrays. Does anyone would explain it to me, please? I would appreciate sooooo much if you could help me and give me a minimal light on how to do it. Thanks in advance.

I think you’ll need to provide more context. Surely the question cannot
have been that short or undetailed.

To aid your terminology, what most languages call an array is usually
provided by the “list” type in Python.

But I have no idea what your teacher wants you to do.

Cheers,
Cameron Simpson cs@cskk.id.au