From 36d749df5fa4666a89217f2b59c4272e5fda2f85 Mon Sep 17 00:00:00 2001 From: stud203834 Date: Wed, 6 May 2026 15:58:43 +0300 Subject: [PATCH] =?UTF-8?q?Initial=20commit:=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20.gitignore=20=D0=B8=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | Bin 0 -> 76 bytes .idea/.gitignore | 3 +++ .idea/4заданиепр.iml | 8 ++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ README.md | Bin 0 -> 264 bytes main.py | 16 ++++++++++++++++ 8 files changed, 48 insertions(+) create mode 100644 .gitignore create mode 100644 .idea/.gitignore create mode 100644 .idea/4заданиепр.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 README.md create mode 100644 main.py diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000000000000000000000000000000000..3e759fcb6aa1e6db72e3978ba5849a33ce2928ae GIT binary patch literal 76 zcmezWPmiIDA(bHyNa{22GH@}(17QI}B||bpA`oW) + + + + + + + \ 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/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..1d3ce46 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6022081 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1bb94af060c99f27c7553957a628c77ddd58985b GIT binary patch literal 264 zcmZXO%?g505QWcTRzcfv6*pW5B}pb&nTr+`^a>#cQWU7Ye)VZVix_5xd;aFWp1z!% zO>AmQ+pwJmqnTn*&r*vmW2P{Hg_ck|wo}4f*c#6dOTji4SzkT1?Nd%eTY;q{C+x6e zJ)4ue<@Ldw4%+LeOjn&$Q>D&yp^Aivdt30wmpSPMdW5?xN7L%vpEt+Rka6$S0U0&w QQWv_>m`eqU3by_08)JbcTL1t6 literal 0 HcmV?d00001 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/