#!/usr/local/bin/python3 from threading import local l = local() print(l)