jetbrains-academy / introduction_to_python

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

My answer wont be accepted even though its correct #193

Closed epeltz33 closed 1 year ago

epeltz33 commented 1 year ago

Inside the Functions section under the Definition folder in functions.py, I keep getting an incorrect response when I press the check button but my code is correct. I am not sure why this is happening. I will attach a screenshot below:

Screenshot 2023-05-29 at 8 53 23 PM

Geravant commented 1 year ago

Hello, @epeltz33 ! Could you please check what version of the JetBrains Academy plugin you use?

epeltz33 commented 1 year ago

Hey, @Geravant I am using version 2023.5 - 2023.1-646 I believe.

epeltz33 commented 1 year ago

I uninstalled PyCharm and reinstalled it and that seemed to do the trick. For some reason the pytests were not being found by the interpretor and I think that is what the issue was. Thanks!