I'm very new to Visual Studio Code even beginner in python coding. I have tried the following very simple code:
for i in range(1000):
print i
Each time I run the code I got the following error after printing some of i's:
print i
IOError: [Errno 0] Error
I'm using python 2.7
Your help on this is highly appreciated. Thanks.