py4e icon indicating copy to clipboard operation
py4e copied to clipboard

Tiny spelling mistake or not?

Open lindangulopez opened this issue 6 years ago • 1 comments

Exercises Exercise 2: Write a program that categorizes each mail message by which day of the week the commit was done. To do this look for lines that start with "From", then look for the third word and keep a running count of each of the days of the week. At the end of the program print out the contents of your dictionary (order does not matter).

should be comment?

lindangulopez avatar Oct 19 '18 16:10 lindangulopez

Commit is correct, check the data, From [email protected] Sat Jan 5 09:14:16 2008 It's the day it's sent / committed in other words.

srcatto avatar Jan 02 '19 18:01 srcatto