python-tutorial icon indicating copy to clipboard operation
python-tutorial copied to clipboard

Errors found in `control_flow`

Open despadam opened this issue 1 year ago • 0 comments

  • [ ] in then conditionals quiz we use syntax print(1, end=",") but end was never explained
  • [ ] 1st warm-up fix docstring to explain we expect (char, index)
  • [ ] 2nd warmup: rephrase the expected result: "A list of integers containing all numbers from start to end (inclusive), in the correct order". Make it clear "correct order" means "canonical" or "natural" (the order of integers, either increasing or decreasing)

despadam avatar Nov 27 '24 13:11 despadam