main=pyMain()// We create a variable named a with the value 123// This is equivalent to pyAddVarmain.a=123// Change the value of in Python environment and get its new valuepyEvalStr("a = a + 321");// This is equivalent to pyGetVarr=main.apyRemovemainr