Skip to content

Errors found in basic_datatypes #267

@despadam

Description

@despadam
  • We start printing examples directly with string interpolation, never show them the simple print(a)
  • Start with explaining the difference between print and return (probably in the intro). They get confused by the solution function syntax.
  • math was not imported for solution_quadratic_equation
  • Make the description more clear for exercises lists_are_equal and lists_are_not_same_but_equal
  • Move each exercise description above the expected exercise solution, otherwise you have to scroll a lot after printing the test outputs.
  • Exercise remove every second element from list does not have a clear description. Should we use 'return' or 'extract' instead of 'remove'?
  • In the speed comparison between set, list, tuple can we hide the code and only print the result of the comparison?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions