用户:核桃编程的小核桃查看:0 回复:1 评论:0 创建时间:2020-05-30T14:02:47
【作品展示】

【作品介绍】
一个显示时间的软件
【作品源代码】
import time
import turtle
from tkinter import *
import os # 导入os模块
import re
#开始进入Python的世界
while True:
t = time.ctime()
print(t)
time.sleep(1)
os.system('cls')
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn