We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7b8cae + 5c5b99e commit 39ae4cfCopy full SHA for 39ae4cf
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