andrii_sydor commited on
Commit
2a6f20b
·
1 Parent(s): 42977ad
Files changed (8) hide show
  1. .gitignore +1 -0
  2. 1/elem_1/1.jpg +3 -0
  3. 1/elem_1/file +1 -0
  4. 1/elem_2/2.jpg +3 -0
  5. 1/elem_2/file +1 -0
  6. 2/elem_1/3.jpg +3 -0
  7. 2/elem_1/file +1 -0
  8. main.py +16 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ .idea
1/elem_1/1.jpg ADDED

Git LFS Details

  • SHA256: 535cbc26091d252179f4eb35e051997d3aff38e5fdd676a44a89d64c1e34024d
  • Pointer size: 128 Bytes
  • Size of remote file: 645 Bytes
1/elem_1/file ADDED
@@ -0,0 +1 @@
 
 
1
+ 1/elem_1
1/elem_2/2.jpg ADDED

Git LFS Details

  • SHA256: aee6bd05c208822bc88d63755ee2bd39d8c0ca2abe40fdb3a24d6507143743b3
  • Pointer size: 128 Bytes
  • Size of remote file: 645 Bytes
1/elem_2/file ADDED
@@ -0,0 +1 @@
 
 
1
+ 1/elem_2
2/elem_1/3.jpg ADDED

Git LFS Details

  • SHA256: 6efce959ecfcd75c151e84479eb1978c3be04914c2ceec84ef6191b465ed4593
  • Pointer size: 128 Bytes
  • Size of remote file: 645 Bytes
2/elem_1/file ADDED
@@ -0,0 +1 @@
 
 
1
+ 2/elem_1
main.py ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This is a sample Python script.
2
+
3
+ # Press Shift+F10 to execute it or replace it with your code.
4
+ # Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
5
+
6
+
7
+ def print_hi(name):
8
+ # Use a breakpoint in the code line below to debug your script.
9
+ print(f'Hi, {name}') # Press Ctrl+F8 to toggle the breakpoint.
10
+
11
+
12
+ # Press the green button in the gutter to run the script.
13
+ if __name__ == '__main__':
14
+ print_hi('PyCharm')
15
+
16
+ # See PyCharm help at https://www.jetbrains.com/help/pycharm/