working game?

This commit is contained in:
Jake Pullen
2024-06-08 09:26:44 +01:00
parent 493c38892b
commit 5bbda755af
6 changed files with 75 additions and 34 deletions
+1 -1
View File
@@ -4,5 +4,5 @@ class card:
self.value = value
def __str__(self):
return f"{self.suit} of {self.value}"
return f"{self.value} of {self.suit}"