Skip to content

Commit bce9879

Browse files
committed
adding hello.py
1 parent f62f85e commit bce9879

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vscode

hello.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
def say():
2+
"""A simple function"""
3+
print("hello")
4+
5+
6+
7+
say()

0 commit comments

Comments
 (0)