Code has been added to clipboard!

Python Range For Loop Output

Example
Element index[ 0 ] Previous value  1 Now  2
Element index[ 1 ] Previous value  3 Now  6
Element index[ 2 ] Previous value  5 Now  10
Element index[ 3 ] Previous value  7 Now  14
Element index[ 4 ] Previous value  9 Now  18