from ipywidgets import widgets import threading, time SWITCH = False def onclick_switch(b): global SWITCH SWITCH = not SWITCH # toggle print('Button clicked ...
確定! 回上一頁