1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-05-30 01:48:04 +02:00
This commit is contained in:
1f604 2018-12-06 18:54:45 +00:00 committed by Satwik Kansal
parent 9c5f26e758
commit 64b310953a

2
README.md vendored
View File

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