.DokiDoki

导航

2020年10月18日 #

python 画出,系统时间。具体包括:小时,分,秒

摘要: import turtle, datetime def drawGap(): turtle.up() turtle.fd(5) def drawLine(draw): drawGap() if(draw): turtle.down() else: turtle.up() turtle.fd(40) 阅读全文

posted @ 2020-10-18 23:09 .DokiDoki 阅读(290) 评论(0) 推荐(0) 编辑