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/H001AM.iml b/.idea/H001AM.iml new file mode 100644 index 0000000..9ed863e --- /dev/null +++ b/.idea/H001AM.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ 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..0668391 --- /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..70166b7 --- /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..163dd48 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Cooking b/Cooking new file mode 160000 index 0000000..0350695 --- /dev/null +++ b/Cooking @@ -0,0 +1 @@ +Subproject commit 0350695bcdcc556d0e34c1467fbd31f01e6ad727 diff --git a/README.md b/README.md index 8208e6a..7762414 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -AUDI \ No newline at end of file +ФАВТ \ No newline at end of file diff --git a/data.txt b/data.txt deleted file mode 100644 index e69de29..0000000 diff --git a/main.py b/main.py index e69de29..5596b44 100644 --- a/main.py +++ 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/python_env_practice/requirements.txt b/python_env_practice/requirements.txt new file mode 100644 index 0000000..a7b4b94 Binary files /dev/null and b/python_env_practice/requirements.txt differ