Skip to content
CCC Python Course

The Python 3.8 language boundary

Stage
1
Module
M1.15
Lessons
1

In this module

  • Recall that the contest grader runs an older Python than WMOJ and DMOJ.
  • Recognize a feature added after 3.8, and use its 3.8 substitute instead.
  • Read a docs "New in version" or "Changed in version" note to check when a feature became available.

Before this module

Lessons

  1. 1The Python 3.8 language boundary