fail scoring fix
This commit is contained in:
+2
-2
@@ -160,9 +160,9 @@ def scoundrel():
|
|||||||
if itemtype == 'M':
|
if itemtype == 'M':
|
||||||
score -= itemval
|
score -= itemval
|
||||||
if score > 0:
|
if score > 0:
|
||||||
print('You won! Your score: ' + score)
|
print('You won! Your score:', score)
|
||||||
else:
|
else:
|
||||||
print('You lost! Your score: ' + score)
|
print('You lost! Your score:', score)
|
||||||
return score
|
return score
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user