Skip to content

Commit a3b7202

Browse files
authored
Merge pull request #12 from linux-admin0001/patch-1
easter egg update
2 parents 39ae4cf + 5fd21c4 commit a3b7202

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)