I use Visual Studio Code for any coding and recently I noticed a strange thing. Whenever I try to print a really long list, the list is not printed completely, it is cut off
I have tried your code in vscode, you need to increase the Integrated:Scrollback setting for terminal in your vscode settings:
Integrated:Scrollback
terminal
100000