koaning / calmcode-feedback

A repo to collect issues with calmcode.io
12 stars 0 forks source link

Typo "import this" instead of "import time" #142

Closed njanakiev closed 2 years ago

njanakiev commented 2 years ago

Thanks for the great tutorial series, very well structured!

The error was found here:

koaning commented 2 years ago

Well spotted.

In general though, I do advice anyone to run import this at least once in their Python career.

You may even find that popular packages implement this! Protip:

from sympy import this
from sklego import this
koaning commented 2 years ago

Fixed in the next PR. Thanks for reporting!

njanakiev commented 2 years ago

Haha, very nice Easter egg indeed!