6.100L In-Class Exercises

You are not logged in.

Please Log In for full access to the web site.
Note that this link will take you to an external site (https://shimmer.mit.edu) to authenticate, and then you will be redirected back to this page.
A Python Error Occurred:

  File "<CATSOOP ROOT>/language.py", line 591, in get_python_output
    exec(code, variables)
  File "<string>", line 13, in <module>
  File "<string>", line 11, in <module>
  File "<DATA ROOT>/courses/fall26/preclass/preload.py", line 55, in display_links
    text('Due: {}'.format(translate_time(preclass_dates[course_half][inclass]['due'])))
  File "<DATA ROOT>/courses/fall26/preload.py", line 120, in translate_time
    time = datetime.strptime(time_string, "%Y-%m-%d:%H:%M")
  File "/home/catsoop/pythons/3_13_1/lib/python3.13/_strptime.py", line 676, in _strptime_datetime
    tt, fraction, gmtoff_fraction = _strptime(data_string, format)
  File "/home/catsoop/pythons/3_13_1/lib/python3.13/_strptime.py", line 455, in _strptime
    raise ValueError("time data %r does not match format %r" %
ValueError: time data '2026-09-16:15.05' does not match format '%Y-%m-%d:%H:%M'