1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-02 03:18:04 +02:00
This commit is contained in:
1f604 2018-12-06 18:14:26 +00:00
parent 9c5f26e758
commit 01be33b47a

2
README.md vendored
View File

@ -838,7 +838,7 @@ class C(A):
pass pass
``` ```
**Ouptut:** **Output:**
```py ```py
>>> A.x, B.x, C.x >>> A.x, B.x, C.x
(1, 1, 1) (1, 1, 1)