Skip to content

Commit 9f1cc69

Browse files
committed
Create test.py
1 parent c0e81db commit 9f1cc69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Search_Engine/test.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
documents = [
2+
"we should all strive to be happy",
3+
"happiness is all you need",
4+
"a cheerful heart is a happy one",
5+
"no way should we be sad"
6+
]
7+
8+
search = "happy"

0 commit comments

Comments
 (0)