Learning Circle : python #7 - modify error log
This commit is contained in:
parent
821cfd55cd
commit
a13a1295a1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def input_and_calculate_one_line():
|
|||
l_s_result += f"{l_result}"
|
||||
except:
|
||||
l_s_result = f"input error : input string = {l_input_string}"
|
||||
print("Only numbers and spaces")
|
||||
print(l_s_result)
|
||||
|
||||
return l_s_result
|
||||
|
||||
|
|
Loading…
Reference in a new issue