• An instructive example

    From Stefan Ram@3:633/280.2 to All on Fri Jul 5 05:07:21 2024
    An instructive example:

    __example = 1

    def f():
    print( __example )

    class c:
    def f( self ):
    print( __example )

    f()
    c().f()

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: Stefan Ram (3:633/280.2@fidonet)