Tim C. answered 02/01/17
Tutor
5.0
(306)
Experienced and Effective Specialist in Praxis Math and GED Math
Here is some pseudo-code for the first part you can convert into Python:
num = 0
while (num less than or equal to 200)
print num
if (num is not equal to 200)
print space
else
print newline
end if statement
increase num by 25
end while loop