Help for this page
>>> def _(x): ... print("You are in block %s" % x) ... back in test You are in block 2 test lambda a: print("You are in block %s" % a)