RunestoneComponents
RunestoneComponents copied to clipboard
Bug in Active Code 2 (ac7_6_2)
Error reported in course pythonds on page ConditionalExecutionBinarySelection by user aerox [email protected] This is incorrect Write code to assign the string "You can apply to SI!" to output if the string "SI 106" is in the list courses. If it is not in courses, assign the value "Take SI 106!" to the variable output. It should be the opposite.