# Homework 18, problem 1: Count to 20 with a while loop. # # Print the numbers 1 through 20, each on its own line, using while. # # Run with: python exercises/18/homework/01-count-to-20.py # Your code goes here: