News

Then you run a for loop. This loop will run for range (num +1). The reason we are running it until num + 1. Because, we know that the range will stop just before the number inside it. For example, if ...