class Foo(object): x = 1.5foo = Foo()print foo.xfoo.x = 1.7 print foo.x print Foo.x
Name (required)
email (will not be published) (required)
Website