Task 5
Created: 2026-03-30
- Install Spyder IDE and explore its user interface. See that there is no Terminal in Spyder. Instead it has a Python REPL (IPython REPL to be exact). The IPython REPL is similar to the Python REPL but has more features.
- Write programs in the Spyder IDE editor window and run the code to display the results in the IPython console.
- Visit the
pytestdocumentation page and study its documentation - Search the web or ask an LLM how Python handles default and variable arguments