Skip to content

Commit 1bcdaf2

Browse files
committed
test
1 parent 5f89a1d commit 1bcdaf2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,9 @@
170170
def hello_world():
171171
print("hello world")
172172

173-
if 5 == 5:
174-
print("goodbye world")
173+
174+
175+
176+
177+
178+
if 5 == 5: print("goodbye world")

0 commit comments

Comments
 (0)