ZhiDao Zhou

Results 12 comments of ZhiDao Zhou

code sample as shown: ```python x = [] for i in range(100): print(i) print(i/10) x.append(i) if(i == 10): print("yes") print("end") ``` normal comments like: ```python x = [] for i...

> > If you run 'sudo apt install dbus-x11' your GUI apps should work. Somehow the WSL system is not flagging dbus-x11 as a required dependency of x11/GUI apps. >...