That's it! We create steps, start the while loop, call print and increase steps before we close the loop with end.
steps
print
end
Not exactly! We create steps, start the while loop, call print and increase steps before we close the loop with end.