Developer Academy

Python

Drills : _ ( ) =

Type it exactly as written, including indentation and line breaks. Press Enter at the end of each line.

0wpm
100% acc
0:00Time
@dataclass class Session: wpm: float accuracy: float duration_ms: int def net_words(self) -> float: return self.wpm * (self.duration_ms / 60_000)

Just start typing.Tabrestarts