Compare commits
No commits in common. "0d3d00885c8eab19a9a35289b89cec6c99b90476" and "cde7c8ecd2906adb28180346924b580c7d127cc5" have entirely different histories.
0d3d00885c
...
cde7c8ecd2
@ -1,4 +0,0 @@
|
||||
Lösung zur Aufgabe OOP: Object Oriented Piracy
|
||||
https://www.codewars.com/kata/54fe05c4762e2e3047000add
|
||||
|
||||
Aufgabe: Auswählen von Schiffen mit genug Schätze zum plündern
|
||||
@ -1 +0,0 @@
|
||||
class Ship:
def __init__(self, draft, crew):
self.draft = draft
self.crew = crew
def is_worth_it(self):
return self.draft - (self.crew * 1.5) > 20
|
||||
Loading…
x
Reference in New Issue
Block a user