I\'m trying to multiple functions edit the same variable with threads, my code looks like this
from threading import Thread import time global x x = False