We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f41ac commit cb6ad02Copy full SHA for cb6ad02
darts/darts.py
@@ -29,5 +29,5 @@ def score(x: int, y: int) -> int:
29
# Middle circle
30
if distance > 1:
31
return 5
32
- # Inner circle
+ # Inner circle
33
return 10
0 commit comments