Is there a builtin way to convert this to a bytes object in python 2.6/3? ... import ast txt = """ def foo(x, y=2): z = x*y + 3 print("z is", z) return z**2 ...
確定! 回上一頁