jetbrains-academy / introduction_to_python

Introduction to Python course
MIT License
42 stars 27 forks source link

Wrong variable is printed at line 13 Variables / Comparison Operators #140

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

At line 13 it should be: print(f"one is smaller than three: {is_less}") There's no error

richardbrinkman commented 1 year ago

Fixed in PR #145