Consider this code and fill in the blanks below:
for x in range(0,1000):
print x # First command
print x #Second command
- The number of times the first print command is executed:
...........
- The number of times the second print command is executed:
..........