Last answered:

12 Oct 2022

Posted on:

12 Oct 2022

0

Resolved: I cant see where I am going wrong in this!

Sorry Sir,

But I really cant see where I got it wrong!



image.png

1 answers ( 1 marked as helpful)
Instructor
Posted on:

12 Oct 2022

0

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

Submit an answer