会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Andrew.SH
Beginner
博客园
首页
新随笔
联系
订阅
管理
2020年3月13日
Python利用Event类模拟红绿灯
摘要: #利用Event类模拟红绿灯 import threading import time event = threading.Event() def lighter(): count = 0 event.set() #初始值为绿灯 while True: if 5 < count <=10 : eve
阅读全文
posted @ 2020-03-13 21:36 Andrew.SH
阅读(777)
评论(0)
推荐(0)
编辑
公告