30
Nếu __name__ == thì __main__ thì: làm gì?
Bạn có thể sử dụng Stack Overflow на русском : Что еее Cho các mã sau đây, if __name__ == "__main__":làm gì? # Threading example import time, thread def myfunction(string, sleeptime, lock, *args): while True: lock.acquire() time.sleep(sleeptime) lock.release() time.sleep(sleeptime) if __name__ == "__main__": lock = thread.allocate_lock() thread.start_new_thread(myfunction, ("Thread #: 1", …