Print blank line after printing error message
This commit is contained in:
@@ -69,6 +69,8 @@ def print_error(error_code):
|
||||
case 6:
|
||||
print("Invalid expression.")
|
||||
|
||||
print("")
|
||||
|
||||
return
|
||||
|
||||
def check_errors(expr):
|
||||
|
Reference in New Issue
Block a user