Skip to content

Commit 0b1f2d3

Browse files
authored
fix sample program
1 parent 6929b79 commit 0b1f2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practice/hello-world/hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def hello():
2-
return 'Hello world!'
2+
return 'Hello, World!'

0 commit comments

Comments
 (0)