mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
module 7 finished
This commit is contained in:
@@ -16,6 +16,4 @@ class Card(ABC):
|
||||
return res
|
||||
|
||||
def is_playable(self, available_mana: int) -> bool:
|
||||
if available_mana > 5:
|
||||
return True
|
||||
return False
|
||||
return available_mana > 5
|
||||
|
||||
Reference in New Issue
Block a user