Christian Clauss

Results 1378 comments of Christian Clauss
trafficstars

`import time ; f"user{time.time_ns()}".rstrip('0')` --> user1657191108413085 It will be difficult for spammers to guess which nanosecond the test will run.

`import time ; f"user{time.time_ns()}".rstrip('0')` --> user1657191108413085

Tests are failing -- ❌ below.

Don't do that. Why are you forcing your reader to guess if `d` is `distance`, or `dimension` or `delta`? We are not trying to be simple or concise. We are...

`typing_extensions` is not used by programmers. It is used by `mypy` so it can be ignored.

``` ==================================== ERRORS ==================================== ______________ ERROR collecting project_euler/problem_108/sol1.py ______________ project_euler/problem_108/sol1.py:28: in from sympy import Eq, S E ModuleNotFoundError: No module named 'sympy' ```

@dhruvmanila Your review, please.

Can you please rebase this PR so we can see if the tests now pass?