Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ef5a24e

Browse files
committedJan 8, 2022
setup
1 parent 759bcaf commit ef5a24e

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed
 

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,5 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
.idea

‎main.py

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# This is a sample Python script.
2+
3+
# Press ⌃R to execute it or replace it with your code.
4+
# Press Double ⇧ 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 ⌘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/

‎requirements.txt

Whitespace-only changes.

‎setup.py

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.