JP

Results 1 issues of JP

**Describe the bugs** A) Final string should be reverted, with e.g. result = result[::-1], to yield the correct result. https://github.com/empa-scientific-it/python-tutorial/blob/cbd5572b1aff6875f5f75689217125cfcb28540a/tutorial/tests/test_02_control_flow.py#L412-L419 ``` decimal //= to_base #TODO: result = result[::-1] to revert...

bug
basic tutorial