diff --git a/hehe.py b/hehe.py index d106611..60545ea 100644 --- a/hehe.py +++ b/hehe.py @@ -1 +1,5 @@ -helloworld('print') +print('Hello world') +a = int(input("Введите число 1: ")) +b = int(input("Введите число 2: ")) + +print(a + b)