Thank you for this, but can u please help me I'm having this kind of error
def rent_card(player: str, card_ids: list[str], days: int, currency: str):
TypeError: 'type' object is not subscriptable
how to resolve this, thank you.
Thank you for this, but can u please help me I'm having this kind of error
def rent_card(player: str, card_ids: list[str], days: int, currency: str):
TypeError: 'type' object is not subscriptable
how to resolve this, thank you.