摘要:
报错信息 报错信息 Unable to connect to VNC Server using your chosen security setting. Either upgrade VNC Server to a more recent version from RealVNC, or sele 阅读全文
摘要:
循环判断练习 1、使用for和while循环输出 0~100内所有3的倍数。 for i in range(101): if i % 3 == 0: print(i,end=' ') print() num = 0 while num < 100: if num % 3 == 0: print(nu 阅读全文