I use the official Python compiler with the latest version.
I’ve created a couple modules already and working on a new one for easing JSON, but the code is being a bit buggy:

allowfiles = False
def allow():
   allowfiles = True

This is so the module is allowed to access ur files, but when the allow function is run, it don’t change allowfiles to true

    8 days later

    Chat