Python output Help

Hi guys,
I’m trying to output the nested list but the output is showing only one output from the last item of the list. Any Help on why this is happening? The output is normal in VSCode.

You Should append the output not assign it :slight_smile:

2 Likes

Solved thank you :slight_smile: