Edited TaskAO2 with -

This commit is contained in:
IgnBys 2023-10-30 09:43:42 +01:00
parent fad6f557cb
commit 0f38d2c2c2
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ def checkLastSymbol(character):
or character == '!'
or character == ' '
or character == '?'
or character == '-'
or character == ')'):
return character
else: