We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b8cae commit 5c5b99eCopy full SHA for 5c5b99e
1 file changed
README.md
@@ -5,6 +5,8 @@
5
```py
6
>>> import __hello__
7
Hello World!
8
+>>> import __phello__
9
+Hello world!
10
```
11
12
### 2. The classic
0 commit comments