Skip to content

Commit 5fd21c4

Browse files
authored
easter egg update
1 parent 39ae4cf commit 5fd21c4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ Hello World!
99
Hello world!
1010
```
1111

12+
Hello world for python >= 3.11
13+
14+
```py
15+
>>> import __hello__
16+
>>> __hello__.main()
17+
Hello World!
18+
>>> import __phello__
19+
>>> __phello__.main()
20+
Hello World!
21+
```
22+
1223
### 2. The classic
1324
```
1425
>>> import this

0 commit comments

Comments
 (0)