diff --git a/my_first_calculator.py b/my_first_calculator.py index 3f37ce1..ae8a1aa 100644 --- a/my_first_calculator.py +++ b/my_first_calculator.py @@ -9,7 +9,7 @@ def dont_crash(msg, sign=False): if sign: while True: try: - good_name = input(msg) # can't give an error. dab on the haiters + good_name = input(msg) # can't give an error. dab on the haters if good_name in ("+", "-", "/", "*"): return good_name else: