diff --git a/test.py b/test.py index 4d25e70..b710b2f 100644 --- a/test.py +++ b/test.py @@ -1,2 +1,3 @@ def f(): print("hello") + print("world!")