Skip to content

Commit 9c9f09c

Browse files
committed
Create module1_source.py
1 parent 3a981f3 commit 9c9f09c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# module1.py
2+
3+
print('Running module1.py')
4+
5+
6+
def hello():
7+
print('module1 says Hello!')

0 commit comments

Comments
 (0)