When i run card.py it happens a TypeError. Why is this? line 33, in Card PRIMES: list[int] = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41] TypeError: 'type' object is not subscriptable Thanks!
When i run card.py it happens a TypeError. Why is this?
line 33, in Card
PRIMES: list[int] = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41]
TypeError: 'type' object is not subscriptable
Thanks!