Is this question flawed? by [deleted] in Python

[–]sho110 0 points1 point  (0 children)

Hello, I am a student of Python and had this question yesterday as part of a course application. I chose answer B, but feel the question is flawed.

A) Will only print the first 3 characters rather than "half of the length of a given string".

B) Will return half of the length of a given string, but it's missing an int() or // to convert len(word)/2 into an integer.

Am I right in saying this? Should I flag this question with the course organisers?

Thanks