Print blank line after printing error message

This commit is contained in:
2023-12-04 12:26:31 -05:00
parent 5efb58b226
commit 40f51658d8

View File

@@ -69,6 +69,8 @@ def print_error(error_code):
case 6:
print("Invalid expression.")
print("")
return
def check_errors(expr):