From fb0a704380caf5cb40bd2c8eaa9f85869ed5819e Mon Sep 17 00:00:00 2001 From: Alexey Kharchenko Date: Sun, 28 Jan 2024 06:12:58 +0600 Subject: [PATCH 1/3] Update myfirsttestfile.py --- mysrc/myfirsttestfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysrc/myfirsttestfile.py b/mysrc/myfirsttestfile.py index 47fe250..5a85148 100644 --- a/mysrc/myfirsttestfile.py +++ b/mysrc/myfirsttestfile.py @@ -17,4 +17,4 @@ def myfuncsum(z: int) -> int: ic(myfuncsum(6)) -''' print(misfunction(a))''' \ No newline at end of file +''' print(misfunction(a))''' From 23c3d5f3cec94557e30be0a929b46d15609235bc Mon Sep 17 00:00:00 2001 From: Alexey Kharchenko Date: Sun, 28 Jan 2024 07:39:06 +0600 Subject: [PATCH 2/3] Merge remote-tracking branch 'origin/master-update' into master-update --- mysrc/myfirsttestfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysrc/myfirsttestfile.py b/mysrc/myfirsttestfile.py index 5a85148..a1636e6 100644 --- a/mysrc/myfirsttestfile.py +++ b/mysrc/myfirsttestfile.py @@ -1,7 +1,7 @@ from loguru import logger from icecream import ic -a = int(input()) +a = int(input('Введите число: ')) logger.info("a = " + str(a)) @@ -13,8 +13,8 @@ def myfuncsum(z: int) -> int: :return: :rtype: int """ - return z ** z + return z**z ic(myfuncsum(6)) -''' print(misfunction(a))''' +""" print(misfunction(a))""" From 4a6b3a60895523e7896d81ae4fb535b19affe4b8 Mon Sep 17 00:00:00 2001 From: Alexey Kharchenko Date: Sun, 28 Jan 2024 07:39:06 +0600 Subject: [PATCH 3/3] Merge remote-tracking branch 'origin/master-update' into master-update --- mysrc/myfirsttestfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mysrc/myfirsttestfile.py b/mysrc/myfirsttestfile.py index 5a85148..a1636e6 100644 --- a/mysrc/myfirsttestfile.py +++ b/mysrc/myfirsttestfile.py @@ -1,7 +1,7 @@ from loguru import logger from icecream import ic -a = int(input()) +a = int(input('Введите число: ')) logger.info("a = " + str(a)) @@ -13,8 +13,8 @@ def myfuncsum(z: int) -> int: :return: :rtype: int """ - return z ** z + return z**z ic(myfuncsum(6)) -''' print(misfunction(a))''' +""" print(misfunction(a))"""