Python 3 对象:6

Run Settings
LanguagePython
Language Version
Run Command
class Foo(object): count = 0 f1 = Foo() f2 = Foo() Foo.count = 1 print(f1.count, f2.count)
Editor Settings
Theme
Key bindings
Full width
Lines