CSC 171 - Introduction to Computer Programming

Assignment #1: Writing

Due Wednesday, September 7, 2022

Write a Python program that will display the following poem:


I think that I shall never see
A poem lovely as a tree.

A tree whose hungry mouth is prest
Against the earth's sweet flowing breast;

A tree that looks at God all day,
And lifts her leafy arms to pray;

A tree that may in Summer wear
A nest of robins in her hair;

Upon whose bosom snow has lain;
Who intimately lives with rain.

Poems are made by fools like me,
But only God can make a tree.

Submit both your source code (the Python program) and the output.

[Back to the Assignment List]