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