Python ELIF Statement Exercise
I am unable to figure out why my code results are come out incorrectly.
Kyle R.
1 answers ( 0 marked as helpful)
Hi Kyle,
As far as I can see from the photo, it seems to me that the 'x' in your function definition is uppercase, while the 'x' in the function itself is lowercase.
Note that it should be consistent, as the case matters. Either use only uppercase, or only lowercase!
Best,
The 365 Team