I'm stuck on the 'Two Sum' problem.
No problem! Can you tell me what you've tried so far?
I was thinking of using a nested loop, but it's too slow.
That's a good start! You're right, nested loops work but can be slow. Think about a way to look up numbers you've already seen in a single step.

Additional Context

💡 Providing context helps me give you more targeted hints!