79724299

Date: 2025-08-03 20:19:33
Score: 1
Natty:
Report link

It shows only three because you have two "B", so it takes unique letters,

instead of

'a': ['A', 'B', 'C', 'B'],

write

'a': ['A', 'B', 'C', 'D'],

So replace last 'B' with 'D' or with any other letter, once they are unique, you will see four bars.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lasha Porchkhidze