From be8981da51a349c4dfd52f04a2aba6c6ce399aee Mon Sep 17 00:00:00 2001 From: Irina Date: Sun, 28 Dec 2025 15:47:43 +0700 Subject: [PATCH 1/2] user name added --- .idea/.gitignore | 10 ++++++++++ README.md | 1 + main.py | 16 ++++++++++++++++ square.py | 1 + 4 files changed, 28 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 main.py diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..ab1f416 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/README.md b/README.md index 828cb57..443c422 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Math formulas +### FOR **Irina-art-art** ## Area - Circle: S = πR² - Rectangle: S = ab diff --git a/main.py b/main.py new file mode 100644 index 0000000..5596b44 --- /dev/null +++ b/main.py @@ -0,0 +1,16 @@ +# This is a sample Python script. + +# Press Shift+F10 to execute it or replace it with your code. +# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings. + + +def print_hi(name): + # Use a breakpoint in the code line below to debug your script. + print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint. + + +# Press the green button in the gutter to run the script. +if __name__ == '__main__': + print_hi('PyCharm') + +# See PyCharm help at https://www.jetbrains.com/help/pycharm/ diff --git a/square.py b/square.py index c782610..ba74c50 100644 --- a/square.py +++ b/square.py @@ -4,3 +4,4 @@ def area(a): def perimeter(a): return 4 * a + From f64af5220b3478a12da09337d536cd8c39cf5746 Mon Sep 17 00:00:00 2001 From: Irina-art-art Date: Mon, 29 Dec 2025 18:02:56 +0700 Subject: [PATCH 2/2] added title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443c422..ef81864 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Math formulas +# Math formulas - ### FOR **Irina-art-art** ## Area - Circle: S = πR²