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

Issues with Control Flow

Open edoardob90 opened this issue 2 months ago • 1 comments

  • [ ] Exercise solution_is_pure_number: we're checking if char in '0123456789', but the string might be a digit in another alphabet (e.g. Devangari). Built-in str.isdigit() will behave correctly, while the simple check does not

edoardob90 avatar Nov 13 '25 10:11 edoardob90

One person (name=Slimane) started having issues with the type hints that look like this: list[int]. After the first occurrence, this started happening everywhere. No idea how to reproduce this

despadam avatar Nov 14 '25 09:11 despadam