Implement p0 tutorial.

This commit is contained in:
2021-10-11 21:01:31 -04:00
parent a95016431f
commit cd948fe640
15 changed files with 165 additions and 159 deletions

View File

@@ -24,7 +24,7 @@ class FruitShop:
"""
self.fruitPrices = fruitPrices
self.name = name
print 'Welcome to %s fruit shop' % (name)
print('Welcome to %s fruit shop' % (name))
def getCostPerPound(self, fruit):
"""