RunestoneComponents
RunestoneComponents copied to clipboard
seq-11-1 in 6.10. Exercises marks an alternative correct ordering incorrect.
If the user/student submits a solution where first_char
and last_char
are assigned as the first step in the loop followed by printing len(condition)
, and then printing first_char
and last_char
the first print statement is incorrectly reported to being in the wrong order (even though this is a perfectly acceptable solution).