Module: (Python) Loops. Loop with counter - for


Problem

4/15

for loop statement - Task 1

Problem

Modify the program so that it displays numbers like this:
10 10.4
11 11.4
12 12.4
...
25 25.4