I'm having a little trouble with a piece of code im trying to write.
I have created a deck of cards and then shuffled them however now I am trying to covert my deck (which is simply a list containing the numbers between 1 and 52) into the form "AS", "9C" etc.
Im relatively new to python therefore if anyone can give me a hint in the right direction that would be great thanks.