Skip to content

Commit 935a11f

Browse files
authored
Merge pull request Data4Democracy#49 from TecateWine/training-branch
Hey this is my first commit brother!
2 parents e462d72 + 6639149 commit 935a11f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hello.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
print(hello good sir)
1+
def print1():
2+
print("hello good sir")
3+
4+
print1()

0 commit comments

Comments
 (0)