jetbrains-academy / introduction_to_python

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

Misleading hint, f-string doesn't need apostrophe escape Classes and Objects / str vs repr #149

Closed edutools-service closed 1 year ago

edutools-service commented 1 year ago

Task description tells the user that they shoud use an f-string - "Use f-strings.", in which apostrophes don't need escaping. Second hint tells the user to escape the apostrophe, which doesn't need escaping.