Readings

The readings for Tuesday, August 30 are:

  1. Automate the Boring Stuff with Python

  2. Python for Informatics: Exploring Information

Questions

Once you have completed these readings, please answer the following questions:

  1. In your own words, explain the difference between an expression and a statement in Python and provide an example of each.

  2. 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'
    

Feedback

If you have any questions, comments, or concerns regarding the course, please provide your feedback here.

Submission

To submit your response, please edit the reading01/README.md file in your GitLab repository.

To do this, go to your assignments GitLab repository and then click on the Files:

Next, scroll down to reading01 and click on that folder.

Afterwards, click on the README.md file:

Once this is done, click on the Edit button:

Now, you can add your response to the textbox. Once you are done, you can click on the Commit Changes.

You can edit and commit changes as often as you wish until the deadline.