From 7fd1d25038d3aff7d1501f98491d249db1281891 Mon Sep 17 00:00:00 2001 From: Python-github-wb Date: Thu, 26 Oct 2023 18:14:10 +0200 Subject: [PATCH 1/3] duplicate file --- .idea/.gitignore | 3 +++ .idea/Python-github-wb.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 31 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Python-github-wb.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/Python-github-wb.iml b/.idea/Python-github-wb.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/Python-github-wb.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fae7987 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From df4f58e2813f9907b5038209f05a3abc611d5e31 Mon Sep 17 00:00:00 2001 From: Python-github-wb Date: Thu, 26 Oct 2023 18:33:01 +0200 Subject: [PATCH 2/3] added one line --- .idea/Python-github-wb.iml | 6 ++++-- .idea/misc.xml | 7 +++++++ square.py | 3 +++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .idea/misc.xml diff --git a/.idea/Python-github-wb.iml b/.idea/Python-github-wb.iml index d0876a7..daa6e06 100644 --- a/.idea/Python-github-wb.iml +++ b/.idea/Python-github-wb.iml @@ -1,8 +1,10 @@ - - + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..ad08e75 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/square.py b/square.py index c782610..a412869 100644 --- a/square.py +++ b/square.py @@ -4,3 +4,6 @@ def area(a): def perimeter(a): return 4 * a + +def square(a): + return a * a * a * a From 9746402ecf1a04327e1f10906a51c8620747ca2d Mon Sep 17 00:00:00 2001 From: Python-github-wb Date: Thu, 26 Oct 2023 20:04:39 +0200 Subject: [PATCH 3/3] form_pyth --- form_pyth.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 form_pyth.py diff --git a/form_pyth.py b/form_pyth.py new file mode 100644 index 0000000..d083fd2 --- /dev/null +++ b/form_pyth.py @@ -0,0 +1 @@ +print('Working file.') \ No newline at end of file