You can read the task, take hints and check your answer — but nothing is saved. No XP, no skill points, and this task will not be marked complete.
A single `for` loop over n items, containing a second `for` loop over the same n items. In Big-O notation, what is the time complexity? Answer in the form O(...).
What this proves: Read nested iteration as multiplication of work.
Need assistance? You can reveal sequential hints. Each hint applies a minor penalty to your score.
If you are completely stuck, you can unlock the full step-by-step walkthrough.