Resolved: I cant see where I am going wrong in this!
Sorry Sir,
But I really cant see where I got it wrong!
1 answers ( 1 marked as helpful)
Hey Martin,
Thank you for your question!
The Python language is case-sensitive and it makes the distinction between small and capital letters. Therefore, since the name of your class is Card()
, you would need to define the my_card
variable as follows:
my_card = Card(3, 'd')
Hope this helps!
Kind regards,
365 Hristina