Skip to content

Commit 3d170da

Browse files
authored
Merge pull request #8 from wander996/master
Add files via upload
2 parents a283b35 + ae3d7ca commit 3d170da

File tree

1 file changed

+20
-16
lines changed

1 file changed

+20
-16
lines changed

main.py

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
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/
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+
15+
print_hi('PyCharm') #asfsafa
16+
17+
print_hi('PyCharm')
18+
19+
20+
# See PyCharm help at https://www.jetbrains.com/help/pycharm/

0 commit comments

Comments
 (0)