From 272919820339edd1fc96c8c64db3e41d4ba99fcd Mon Sep 17 00:00:00 2001 From: avexima Date: Thu, 16 Oct 2025 19:53:16 +0300 Subject: [PATCH] Update hehe.py --- hehe.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)