Python 3 对象:5

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