Mark Zhitomirski
0cfde115ff
fix ValueError in f_locals.pop('self') Python 3.13+
...
The error
ValueError: cannot remove local variables from FrameLocalsProxy
is caused by PEP 667 – Consistent views of namespaces
peps.python.org/pep-0667
implemented in Python 3.13
2025-10-31 00:13:49 +04:00
Mark Zhitomirski
1dd925e5b3
fix AttributeError: module 'collections' has no attribute 'abc'
2025-10-20 13:11:02 +04:00
David Beazley
8990494ab4
Merge pull request #41 from juliomorero/fix-ex5
...
Fix 5_1 and 5_3
2024-07-31 10:43:11 -05:00
David Beazley
f2aebe0398
Merge pull request #54 from liangpeili/main
...
keep it consistent with solution in 1_4
2024-07-31 10:40:26 -05:00
MateuszMazurek
8111013443
Update formatter.py
2023-10-29 12:09:09 +01:00
Peili Liang
a6dd2238a2
keep it consistent with solution in 1_4
2023-09-08 09:24:52 +08:00
Julio Morero
56dfd08cd6
Fix 5_1 and 5_3
2023-08-07 14:14:43 -03:00
Victor Engmark
c079eb9507
fix: Correct reference to Sequence
2023-07-26 11:23:28 +12:00
William Rowell
87f932a66b
Fixed mixed indentation in exercise 1_1 and solution.
2023-07-19 23:20:45 -07:00
David Beazley
7d4b30154a
Initial commit
2023-07-16 20:21:00 -05:00