Learning Circle : python #7 - modify error log

This commit is contained in:
youngjin.han 2020-06-02 00:35:00 +09:00
parent 821cfd55cd
commit a13a1295a1
1 changed files with 1 additions and 1 deletions

View File

@ -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