diff --git a/test.py b/test.py index 16abd15..2b17450 100644 --- a/test.py +++ b/test.py @@ -3,11 +3,15 @@ # Header comment number three import os + + # sample function def func(): pass + + def new_function(): a = 1 a += 1