Upload Bu.py
Browse files
Bu.py
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""A man walks into a forest with no map.
|
| 2 |
+
He does not know what he is looking for, only that something is missing.
|
| 3 |
+
Every tree looks like an answer.
|
| 4 |
+
Some trees are tall—they promise wisdom.
|
| 5 |
+
Some are small—they promise comfort.
|
| 6 |
+
He stops at many places.
|
| 7 |
+
He asks the wind, the stones, the shadows.
|
| 8 |
+
Sometimes he thinks he has found it—
|
| 9 |
+
but when he reaches out, it turns into another question.
|
| 10 |
+
The forest feels endless.
|
| 11 |
+
At times he feels lost.
|
| 12 |
+
At times he feels close.
|
| 13 |
+
Then one day, he realizes something strange:
|
| 14 |
+
He is no longer searching for the path.
|
| 15 |
+
He is learning how to walk.
|
| 16 |
+
The search did not end.
|
| 17 |
+
The search changed him.
|
| 18 |
+
And that was the answer he didn’t know he was seeking."""
|