The readings for Tuesday, August 31 are:
Once you have completed these readings, please answer the following questions:
In your own words, explain the difference between an expression and a statement in Python and provide an example of each.
Given the following Python code, identify any errors, explain what is wrong, and then fix the problems.
# Print the number of Notre Dame Heisman winners
Heisman Winners = 7
print 'Notre Dame has ' + Heisman Winners + ' Heisman trophy winners'
If you have any questions, comments, or concerns regarding the course, please provide your feedback here.
To submit your response, please edit the reading01/README.md file in your Bitbucket repository.