Skip to content

Commit

Permalink
return instead of print
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Nov 15, 2023
1 parent d408cd1 commit 907ac13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ac_microcourses/hello.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def hello_world():
print("Hello, World!")
return "Hello, World!"

0 comments on commit 907ac13

Please sign in to comment.