Update main execution message in calculator.py
Browse files- calculator.py +1 -1
calculator.py
CHANGED
|
@@ -21,4 +21,4 @@ def is_even(number):
|
|
| 21 |
return number % 2 == 0
|
| 22 |
|
| 23 |
if __name__ == "__main__":
|
| 24 |
-
print("
|
|
|
|
| 21 |
return number % 2 == 0
|
| 22 |
|
| 23 |
if __name__ == "__main__":
|
| 24 |
+
print("Without Alexandr's name")
|