7 lines
96 B
Python
7 lines
96 B
Python
class C:
|
|
lower = 0
|
|
CONSTANT = 0
|
|
mixedCase = 0
|
|
_mixedCase = 0
|
|
mixed_Case = 0
|